Shades of Burgundy #6E0916
Tints of Burgundy #6E0916
RGB
CMYK
RGB Variations
Color information
#6E0916 (or 0x6E0916) is known color: Burgundy. HEX triplet: 6E, 09 and 16. RGB value is (110,9,22). Sum of RGB (Red+Green+Blue) = 110+9+22=141 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.01% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0916 is #91F6E9. Grayscale: #282828. Windows color (decimal): -9565930 or 1444206. OLE color: 1444206.
HSL color Cylindrical-coordinate representation of color #6E0916: hue angle of 352.28º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0916 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 22 | - |
| CMYK | 0 | 0.92 | 0.8 | 0.57 |
| HSL | 352.28º | 0.85% | 0.23% | - |
| HSV(B) | 352.28º | 0.92% | 0.43% | - |
| XYZ | 6.67 | 3.57 | 1.1 | - |
| YUV | 40.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 22 | 0 | 0.92 | 0.8 | 0.57 | 352.28 | 0.85 | 0.23 |
| Hex | 6E | 9 | 16 | 0 | 5C | 50 | 39 | 160 | 55 | 17 |
| Octal | 156 | 11 | 26 | 0 | 134 | 120 | 71 | 540 | 125 | 27 |
| Binary | 1101110 | 1001 | 10110 | 0 | 1011100 | 1010000 | 111001 | 101100000 | 1010101 | 10111 |
Color Harmonies of #6E0916
Complementary color
Monochromatic Colors of #6E0916
Black with #6E0916
Text Example
Text Example
White with #6E0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0916; }
p { color: rgb(110,9,22); }
H1.HeaderClassName
{
color: #6E0916;
}
.AnyTagClassName
{
color: #6E0916;
}
</style>
background-color css
<style>
a { background-color: #6E0916; }
a { background-color: rgb(110,9,22); }
div.DivClassName
{
background-color: #6E0916;
}
.BgClassName
{
background-color: #6E0916;
}
</style>
border-color css
<style>
span { border-color: #6E0916; }
span { border-color: rgb(110,9,22); }
td.TdClassName
{
border-color: #6E0916;
}
.TagClassName
{
border-color: #6E0916;
}
</style>