Shades of Burgundy #6F0712
Tints of Burgundy #6F0712
RGB
CMYK
RGB Variations
Color information
#6F0712 (or 0x6F0712) is known color: Burgundy. HEX triplet: 6F, 07 and 12. RGB value is (111,7,18). Sum of RGB (Red+Green+Blue) = 111+7+18=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0712 is #90F8ED. Grayscale: #272727. Windows color (decimal): -9500910 or 1181551. OLE color: 1181551.
HSL color Cylindrical-coordinate representation of color #6F0712: hue angle of 353.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0712 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 18 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.56 |
| HSL | 353.65º | 0.88% | 0.23% | - |
| HSV(B) | 353.65º | 0.94% | 0.44% | - |
| XYZ | 6.74 | 3.58 | 0.91 | - |
| YUV | 39.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 18 | 0 | 0.94 | 0.84 | 0.56 | 353.65 | 0.88 | 0.23 |
| Hex | 6F | 7 | 12 | 0 | 5E | 54 | 38 | 162 | 58 | 17 |
| Octal | 157 | 7 | 22 | 0 | 136 | 124 | 70 | 542 | 130 | 27 |
| Binary | 1101111 | 111 | 10010 | 0 | 1011110 | 1010100 | 111000 | 101100010 | 1011000 | 10111 |
Color Harmonies of #6F0712
Complementary color
Monochromatic Colors of #6F0712
Black with #6F0712
Text Example
Text Example
White with #6F0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0712; }
p { color: rgb(111,7,18); }
H1.HeaderClassName
{
color: #6F0712;
}
.AnyTagClassName
{
color: #6F0712;
}
</style>
background-color css
<style>
a { background-color: #6F0712; }
a { background-color: rgb(111,7,18); }
div.DivClassName
{
background-color: #6F0712;
}
.BgClassName
{
background-color: #6F0712;
}
</style>
border-color css
<style>
span { border-color: #6F0712; }
span { border-color: rgb(111,7,18); }
td.TdClassName
{
border-color: #6F0712;
}
.TagClassName
{
border-color: #6F0712;
}
</style>