Shades of Burgundy #6E010E
Tints of Burgundy #6E010E
RGB
CMYK
RGB Variations
Color information
#6E010E (or 0x6E010E) is known color: Burgundy. HEX triplet: 6E, 01 and 0E. RGB value is (110,1,14). Sum of RGB (Red+Green+Blue) = 110+1+14=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E010E is #91FEF1. Grayscale: #232323. Windows color (decimal): -9567986 or 917870. OLE color: 917870.
HSL color Cylindrical-coordinate representation of color #6E010E: hue angle of 352.84º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E010E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.57 |
| HSL | 352.84º | 0.98% | 0.22% | - |
| HSV(B) | 352.84º | 0.99% | 0.43% | - |
| XYZ | 6.52 | 3.37 | 0.72 | - |
| YUV | 35.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 14 | 0 | 0.99 | 0.87 | 0.57 | 352.84 | 0.98 | 0.22 |
| Hex | 6E | 1 | E | 0 | 63 | 57 | 39 | 161 | 62 | 16 |
| Octal | 156 | 1 | 16 | 0 | 143 | 127 | 71 | 541 | 142 | 26 |
| Binary | 1101110 | 1 | 1110 | 0 | 1100011 | 1010111 | 111001 | 101100001 | 1100010 | 10110 |
Color Harmonies of #6E010E
Complementary color
Monochromatic Colors of #6E010E
Black with #6E010E
Text Example
Text Example
White with #6E010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E010E; }
p { color: rgb(110,1,14); }
H1.HeaderClassName
{
color: #6E010E;
}
.AnyTagClassName
{
color: #6E010E;
}
</style>
background-color css
<style>
a { background-color: #6E010E; }
a { background-color: rgb(110,1,14); }
div.DivClassName
{
background-color: #6E010E;
}
.BgClassName
{
background-color: #6E010E;
}
</style>
border-color css
<style>
span { border-color: #6E010E; }
span { border-color: rgb(110,1,14); }
td.TdClassName
{
border-color: #6E010E;
}
.TagClassName
{
border-color: #6E010E;
}
</style>