Shades of Burgundy #660412
Tints of Burgundy #660412
RGB
CMYK
RGB Variations
Color information
#660412 (or 0x660412) is known color: Burgundy. HEX triplet: 66, 04 and 12. RGB value is (102,4,18). Sum of RGB (Red+Green+Blue) = 102+4+18=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660412 is #99FBED. Grayscale: #222222. Windows color (decimal): -10091502 or 1180774. OLE color: 1180774.
HSL color Cylindrical-coordinate representation of color #660412: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660412 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.6 |
| HSL | 351.43º | 0.92% | 0.21% | - |
| HSV(B) | 351.43º | 0.96% | 0.4% | - |
| XYZ | 5.63 | 2.96 | 0.85 | - |
| YUV | 34.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 18 | 0 | 0.96 | 0.82 | 0.6 | 351.43 | 0.92 | 0.21 |
| Hex | 66 | 4 | 12 | 0 | 60 | 52 | 3C | 15F | 5C | 15 |
| Octal | 146 | 4 | 22 | 0 | 140 | 122 | 74 | 537 | 134 | 25 |
| Binary | 1100110 | 100 | 10010 | 0 | 1100000 | 1010010 | 111100 | 101011111 | 1011100 | 10101 |
Color Harmonies of #660412
Complementary color
Monochromatic Colors of #660412
Black with #660412
Text Example
Text Example
White with #660412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660412; }
p { color: rgb(102,4,18); }
H1.HeaderClassName
{
color: #660412;
}
.AnyTagClassName
{
color: #660412;
}
</style>
background-color css
<style>
a { background-color: #660412; }
a { background-color: rgb(102,4,18); }
div.DivClassName
{
background-color: #660412;
}
.BgClassName
{
background-color: #660412;
}
</style>
border-color css
<style>
span { border-color: #660412; }
span { border-color: rgb(102,4,18); }
td.TdClassName
{
border-color: #660412;
}
.TagClassName
{
border-color: #660412;
}
</style>