Shades of Burgundy #6F080A
Tints of Burgundy #6F080A
RGB
CMYK
RGB Variations
Color information
#6F080A (or 0x6F080A) is known color: Burgundy. HEX triplet: 6F, 08 and 0A. RGB value is (111,8,10). Sum of RGB (Red+Green+Blue) = 111+8+10=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F080A is #90F7F5. Grayscale: #272727. Windows color (decimal): -9500662 or 657519. OLE color: 657519.
HSL color Cylindrical-coordinate representation of color #6F080A: hue angle of 358.83º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F080A is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 10 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.56 |
| HSL | 358.84º | 0.87% | 0.23% | - |
| HSV(B) | 358.84º | 0.93% | 0.44% | - |
| XYZ | 6.7 | 3.58 | 0.62 | - |
| YUV | 39.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 10 | 0 | 0.93 | 0.91 | 0.56 | 358.84 | 0.87 | 0.23 |
| Hex | 6F | 8 | A | 0 | 5D | 5B | 38 | 167 | 57 | 17 |
| Octal | 157 | 10 | 12 | 0 | 135 | 133 | 70 | 547 | 127 | 27 |
| Binary | 1101111 | 1000 | 1010 | 0 | 1011101 | 1011011 | 111000 | 101100111 | 1010111 | 10111 |
Color Harmonies of #6F080A
Complementary color
Monochromatic Colors of #6F080A
Black with #6F080A
Text Example
Text Example
White with #6F080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F080A; }
p { color: rgb(111,8,10); }
H1.HeaderClassName
{
color: #6F080A;
}
.AnyTagClassName
{
color: #6F080A;
}
</style>
background-color css
<style>
a { background-color: #6F080A; }
a { background-color: rgb(111,8,10); }
div.DivClassName
{
background-color: #6F080A;
}
.BgClassName
{
background-color: #6F080A;
}
</style>
border-color css
<style>
span { border-color: #6F080A; }
span { border-color: rgb(111,8,10); }
td.TdClassName
{
border-color: #6F080A;
}
.TagClassName
{
border-color: #6F080A;
}
</style>