Shades of Burgundy #6F0412
Tints of Burgundy #6F0412
RGB
CMYK
RGB Variations
Color information
#6F0412 (or 0x6F0412) is known color: Burgundy. HEX triplet: 6F, 04 and 12. RGB value is (111,4,18). Sum of RGB (Red+Green+Blue) = 111+4+18=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0412 is #90FBED. Grayscale: #252525. Windows color (decimal): -9501678 or 1180783. OLE color: 1180783.
HSL color Cylindrical-coordinate representation of color #6F0412: hue angle of 352.15º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0412 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.56 |
| HSL | 352.15º | 0.93% | 0.23% | - |
| HSV(B) | 352.15º | 0.96% | 0.44% | - |
| XYZ | 6.71 | 3.51 | 0.9 | - |
| YUV | 37.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 18 | 0 | 0.96 | 0.84 | 0.56 | 352.15 | 0.93 | 0.23 |
| Hex | 6F | 4 | 12 | 0 | 60 | 54 | 38 | 160 | 5D | 17 |
| Octal | 157 | 4 | 22 | 0 | 140 | 124 | 70 | 540 | 135 | 27 |
| Binary | 1101111 | 100 | 10010 | 0 | 1100000 | 1010100 | 111000 | 101100000 | 1011101 | 10111 |
Color Harmonies of #6F0412
Complementary color
Monochromatic Colors of #6F0412
Black with #6F0412
Text Example
Text Example
White with #6F0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0412; }
p { color: rgb(111,4,18); }
H1.HeaderClassName
{
color: #6F0412;
}
.AnyTagClassName
{
color: #6F0412;
}
</style>
background-color css
<style>
a { background-color: #6F0412; }
a { background-color: rgb(111,4,18); }
div.DivClassName
{
background-color: #6F0412;
}
.BgClassName
{
background-color: #6F0412;
}
</style>
border-color css
<style>
span { border-color: #6F0412; }
span { border-color: rgb(111,4,18); }
td.TdClassName
{
border-color: #6F0412;
}
.TagClassName
{
border-color: #6F0412;
}
</style>