Shades of Burgundy #6F070A
Tints of Burgundy #6F070A
RGB
CMYK
RGB Variations
Color information
#6F070A (or 0x6F070A) is known color: Burgundy. HEX triplet: 6F, 07 and 0A. RGB value is (111,7,10). Sum of RGB (Red+Green+Blue) = 111+7+10=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F070A is #90F8F5. Grayscale: #262626. Windows color (decimal): -9500918 or 657263. OLE color: 657263.
HSL color Cylindrical-coordinate representation of color #6F070A: hue angle of 358.27º 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 #6F070A is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 10 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.56 |
| HSL | 358.27º | 0.88% | 0.23% | - |
| HSV(B) | 358.27º | 0.94% | 0.44% | - |
| XYZ | 6.69 | 3.55 | 0.62 | - |
| YUV | 38.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 10 | 0 | 0.94 | 0.91 | 0.56 | 358.27 | 0.88 | 0.23 |
| Hex | 6F | 7 | A | 0 | 5E | 5B | 38 | 166 | 58 | 17 |
| Octal | 157 | 7 | 12 | 0 | 136 | 133 | 70 | 546 | 130 | 27 |
| Binary | 1101111 | 111 | 1010 | 0 | 1011110 | 1011011 | 111000 | 101100110 | 1011000 | 10111 |
Color Harmonies of #6F070A
Complementary color
Monochromatic Colors of #6F070A
Black with #6F070A
Text Example
Text Example
White with #6F070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F070A; }
p { color: rgb(111,7,10); }
H1.HeaderClassName
{
color: #6F070A;
}
.AnyTagClassName
{
color: #6F070A;
}
</style>
background-color css
<style>
a { background-color: #6F070A; }
a { background-color: rgb(111,7,10); }
div.DivClassName
{
background-color: #6F070A;
}
.BgClassName
{
background-color: #6F070A;
}
</style>
border-color css
<style>
span { border-color: #6F070A; }
span { border-color: rgb(111,7,10); }
td.TdClassName
{
border-color: #6F070A;
}
.TagClassName
{
border-color: #6F070A;
}
</style>