Shades of Burgundy #6C0412
Tints of Burgundy #6C0412
RGB
CMYK
RGB Variations
Color information
#6C0412 (or 0x6C0412) is known color: Burgundy. HEX triplet: 6C, 04 and 12. RGB value is (108,4,18). Sum of RGB (Red+Green+Blue) = 108+4+18=130 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.08% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0412 is #93FBED. Grayscale: #242424. Windows color (decimal): -9698286 or 1180780. OLE color: 1180780.
HSL color Cylindrical-coordinate representation of color #6C0412: hue angle of 351.92º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0412 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.58 |
| HSL | 351.92º | 0.93% | 0.22% | - |
| HSV(B) | 351.92º | 0.96% | 0.42% | - |
| XYZ | 6.34 | 3.32 | 0.88 | - |
| YUV | 36.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 18 | 0 | 0.96 | 0.83 | 0.58 | 351.92 | 0.93 | 0.22 |
| Hex | 6C | 4 | 12 | 0 | 60 | 53 | 3A | 160 | 5D | 16 |
| Octal | 154 | 4 | 22 | 0 | 140 | 123 | 72 | 540 | 135 | 26 |
| Binary | 1101100 | 100 | 10010 | 0 | 1100000 | 1010011 | 111010 | 101100000 | 1011101 | 10110 |
Color Harmonies of #6C0412
Complementary color
Monochromatic Colors of #6C0412
Black with #6C0412
Text Example
Text Example
White with #6C0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0412; }
p { color: rgb(108,4,18); }
H1.HeaderClassName
{
color: #6C0412;
}
.AnyTagClassName
{
color: #6C0412;
}
</style>
background-color css
<style>
a { background-color: #6C0412; }
a { background-color: rgb(108,4,18); }
div.DivClassName
{
background-color: #6C0412;
}
.BgClassName
{
background-color: #6C0412;
}
</style>
border-color css
<style>
span { border-color: #6C0412; }
span { border-color: rgb(108,4,18); }
td.TdClassName
{
border-color: #6C0412;
}
.TagClassName
{
border-color: #6C0412;
}
</style>