Shades of Burgundy #6A0412
Tints of Burgundy #6A0412
RGB
CMYK
RGB Variations
Color information
#6A0412 (or 0x6A0412) is known color: Burgundy. HEX triplet: 6A, 04 and 12. RGB value is (106,4,18). Sum of RGB (Red+Green+Blue) = 106+4+18=128 (16% of max value = 765). Red value is 106 (41.80% from 255 or 82.81% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0412 is #95FBED. Grayscale: #242424. Windows color (decimal): -9829358 or 1180778. OLE color: 1180778.
HSL color Cylindrical-coordinate representation of color #6A0412: hue angle of 351.76º 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 #6A0412 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.58 |
| HSL | 351.76º | 0.93% | 0.22% | - |
| HSV(B) | 351.76º | 0.96% | 0.42% | - |
| XYZ | 6.1 | 3.19 | 0.87 | - |
| YUV | 36.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 18 | 0 | 0.96 | 0.83 | 0.58 | 351.76 | 0.93 | 0.22 |
| Hex | 6A | 4 | 12 | 0 | 60 | 53 | 3A | 160 | 5D | 16 |
| Octal | 152 | 4 | 22 | 0 | 140 | 123 | 72 | 540 | 135 | 26 |
| Binary | 1101010 | 100 | 10010 | 0 | 1100000 | 1010011 | 111010 | 101100000 | 1011101 | 10110 |
Color Harmonies of #6A0412
Complementary color
Monochromatic Colors of #6A0412
Black with #6A0412
Text Example
Text Example
White with #6A0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0412; }
p { color: rgb(106,4,18); }
H1.HeaderClassName
{
color: #6A0412;
}
.AnyTagClassName
{
color: #6A0412;
}
</style>
background-color css
<style>
a { background-color: #6A0412; }
a { background-color: rgb(106,4,18); }
div.DivClassName
{
background-color: #6A0412;
}
.BgClassName
{
background-color: #6A0412;
}
</style>
border-color css
<style>
span { border-color: #6A0412; }
span { border-color: rgb(106,4,18); }
td.TdClassName
{
border-color: #6A0412;
}
.TagClassName
{
border-color: #6A0412;
}
</style>