Shades of Burgundy #6F070C
Tints of Burgundy #6F070C
RGB
CMYK
RGB Variations
Color information
#6F070C (or 0x6F070C) is known color: Burgundy. HEX triplet: 6F, 07 and 0C. RGB value is (111,7,12). Sum of RGB (Red+Green+Blue) = 111+7+12=130 (17% of max value = 765). Red value is 111 (43.75% from 255 or 85.38% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 111 - color contains mainly: red. Hex color #6F070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F070C is #90F8F3. Grayscale: #262626. Windows color (decimal): -9500916 or 788335. OLE color: 788335.
HSL color Cylindrical-coordinate representation of color #6F070C: hue angle of 357.12º 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 #6F070C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 12 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.56 |
| HSL | 357.12º | 0.88% | 0.23% | - |
| HSV(B) | 357.12º | 0.94% | 0.44% | - |
| XYZ | 6.7 | 3.56 | 0.68 | - |
| YUV | 38.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 12 | 0 | 0.94 | 0.89 | 0.56 | 357.12 | 0.88 | 0.23 |
| Hex | 6F | 7 | C | 0 | 5E | 59 | 38 | 165 | 58 | 17 |
| Octal | 157 | 7 | 14 | 0 | 136 | 131 | 70 | 545 | 130 | 27 |
| Binary | 1101111 | 111 | 1100 | 0 | 1011110 | 1011001 | 111000 | 101100101 | 1011000 | 10111 |
Color Harmonies of #6F070C
Complementary color
Monochromatic Colors of #6F070C
Black with #6F070C
Text Example
Text Example
White with #6F070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F070C; }
p { color: rgb(111,7,12); }
H1.HeaderClassName
{
color: #6F070C;
}
.AnyTagClassName
{
color: #6F070C;
}
</style>
background-color css
<style>
a { background-color: #6F070C; }
a { background-color: rgb(111,7,12); }
div.DivClassName
{
background-color: #6F070C;
}
.BgClassName
{
background-color: #6F070C;
}
</style>
border-color css
<style>
span { border-color: #6F070C; }
span { border-color: rgb(111,7,12); }
td.TdClassName
{
border-color: #6F070C;
}
.TagClassName
{
border-color: #6F070C;
}
</style>