Shades of Burgundy #6C021B
Tints of Burgundy #6C021B
RGB
CMYK
RGB Variations
Color information
#6C021B (or 0x6C021B) is known color: Burgundy. HEX triplet: 6C, 02 and 1B. RGB value is (108,2,27). Sum of RGB (Red+Green+Blue) = 108+2+27=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021B is #93FDE4. Grayscale: #242424. Windows color (decimal): -9698789 or 1770092. OLE color: 1770092.
HSL color Cylindrical-coordinate representation of color #6C021B: hue angle of 345.85º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C021B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.58 |
| HSL | 345.85º | 0.96% | 0.22% | - |
| HSV(B) | 345.85º | 0.98% | 0.42% | - |
| XYZ | 6.4 | 3.31 | 1.34 | - |
| YUV | 36.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 27 | 0 | 0.98 | 0.75 | 0.58 | 345.85 | 0.96 | 0.22 |
| Hex | 6C | 2 | 1B | 0 | 62 | 4B | 3A | 15A | 60 | 16 |
| Octal | 154 | 2 | 33 | 0 | 142 | 113 | 72 | 532 | 140 | 26 |
| Binary | 1101100 | 10 | 11011 | 0 | 1100010 | 1001011 | 111010 | 101011010 | 1100000 | 10110 |
Color Harmonies of #6C021B
Complementary color
Monochromatic Colors of #6C021B
Black with #6C021B
Text Example
Text Example
White with #6C021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C021B; }
p { color: rgb(108,2,27); }
H1.HeaderClassName
{
color: #6C021B;
}
.AnyTagClassName
{
color: #6C021B;
}
</style>
background-color css
<style>
a { background-color: #6C021B; }
a { background-color: rgb(108,2,27); }
div.DivClassName
{
background-color: #6C021B;
}
.BgClassName
{
background-color: #6C021B;
}
</style>
border-color css
<style>
span { border-color: #6C021B; }
span { border-color: rgb(108,2,27); }
td.TdClassName
{
border-color: #6C021B;
}
.TagClassName
{
border-color: #6C021B;
}
</style>