Template:Colort/Color

Jump to navigation Jump to search
Colors
Name Hex
(RGB)
Red
(RGB)
Green
(RGB)
Blue
(RGB)
Hue
(HSL/HSV)
Satur.
(HSL)
Light
(HSL)
Satur.
(HSV)
Value
(HSV)
no name #000000 0% 0% 0% 0° 0% 0% 0% 0%
Template documentation[view] [edit] [history] [purge]

Color table row, for use with {{Colort}}, which creates the column headings.

Usage[edit source]

{{Colort/Color

|name=common name – may contain markup
|alias=alternative name or |html_name=html name
|sort=sort name – an alternative name or spelling that should be used for sorting, must not contain markup
|r=red decimal value – 0–255, percent values are automatically generated
|g=green decimal value – 0–255, percent values are automatically generated
|b=blue decimal value – 0–255, percent values are automatically generated
|hex=hex triplet – can be automatically generated
|h=hue degrees – HSV/HSB and HSL, can be automatically generated
|s=saturation percent – HSV/HSB, can be automatically generated
|v=brightness/value percent – HSV/HSB, can be automatically generated
|sat=saturation percent – HSL, can be automatically generated
|l=lightness percent – HSL, can be automatically generated

}}

If not provided, values for HSL, HSV and hex triplet are auto-generated from RGB parameters. That means, parameters name, r, g and b are required, the rest is optional and mostly should only be used if the automatic calculation yields rounding errors or fails for other reasons.

The hash sign # for hex triplets, percent % and degree ° symbols must not be entered as they are included automatically.

Copy and Paste[edit source]

{{Colort/Color|name=|r=|g=|b=}}
{{Colort/Color|name=|alias=|sort=|r=|g=|b=}}
{{Colort/Color|name=|alias=|sort=|r=|g=|b=|hex=|h=|sat=|l=|s=|v=}}

Examples[edit source]

See X11 color names, Web colors, or "what links here".

Code[edit source]

The {{colort/Color}} template provides the calculation of missing values, the actual table row design is found in {{colort/1row}} (default) or {{colort/2row}} for a narrow, non-sortable variant with two rows per color. These two sub-templates should never be used directly elsewhere!

External links[edit source]