Shades of Burgundy #6C0211
Tints of Burgundy #6C0211
RGB
CMYK
RGB Variations
Color information
#6C0211 (or 0x6C0211) is known color: Burgundy. HEX triplet: 6C, 02 and 11. RGB value is (108,2,17). Sum of RGB (Red+Green+Blue) = 108+2+17=127 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.04% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0211 is #93FDEE. Grayscale: #232323. Windows color (decimal): -9698799 or 1114732. OLE color: 1114732.
HSL color Cylindrical-coordinate representation of color #6C0211: hue angle of 351.51º 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 #6C0211 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.58 |
| HSL | 351.51º | 0.96% | 0.22% | - |
| HSV(B) | 351.51º | 0.98% | 0.42% | - |
| XYZ | 6.31 | 3.27 | 0.83 | - |
| YUV | 35.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 17 | 0 | 0.98 | 0.84 | 0.58 | 351.51 | 0.96 | 0.22 |
| Hex | 6C | 2 | 11 | 0 | 62 | 54 | 3A | 160 | 60 | 16 |
| Octal | 154 | 2 | 21 | 0 | 142 | 124 | 72 | 540 | 140 | 26 |
| Binary | 1101100 | 10 | 10001 | 0 | 1100010 | 1010100 | 111010 | 101100000 | 1100000 | 10110 |
Color Harmonies of #6C0211
Complementary color
Monochromatic Colors of #6C0211
Black with #6C0211
Text Example
Text Example
White with #6C0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0211; }
p { color: rgb(108,2,17); }
H1.HeaderClassName
{
color: #6C0211;
}
.AnyTagClassName
{
color: #6C0211;
}
</style>
background-color css
<style>
a { background-color: #6C0211; }
a { background-color: rgb(108,2,17); }
div.DivClassName
{
background-color: #6C0211;
}
.BgClassName
{
background-color: #6C0211;
}
</style>
border-color css
<style>
span { border-color: #6C0211; }
span { border-color: rgb(108,2,17); }
td.TdClassName
{
border-color: #6C0211;
}
.TagClassName
{
border-color: #6C0211;
}
</style>