Shades of Burgundy #6E0917
Tints of Burgundy #6E0917
RGB
CMYK
RGB Variations
Color information
#6E0917 (or 0x6E0917) is known color: Burgundy. HEX triplet: 6E, 09 and 17. RGB value is (110,9,23). Sum of RGB (Red+Green+Blue) = 110+9+23=142 (18% of max value = 765). Red value is 110 (43.36% from 255 or 77.46% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0917 is #91F6E8. Grayscale: #282828. Windows color (decimal): -9565929 or 1509742. OLE color: 1509742.
HSL color Cylindrical-coordinate representation of color #6E0917: hue angle of 351.68º 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 #6E0917 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 23 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.57 |
| HSL | 351.68º | 0.85% | 0.23% | - |
| HSV(B) | 351.68º | 0.92% | 0.43% | - |
| XYZ | 6.68 | 3.57 | 1.15 | - |
| YUV | 40.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 23 | 0 | 0.92 | 0.79 | 0.57 | 351.68 | 0.85 | 0.23 |
| Hex | 6E | 9 | 17 | 0 | 5C | 4F | 39 | 160 | 55 | 17 |
| Octal | 156 | 11 | 27 | 0 | 134 | 117 | 71 | 540 | 125 | 27 |
| Binary | 1101110 | 1001 | 10111 | 0 | 1011100 | 1001111 | 111001 | 101100000 | 1010101 | 10111 |
Color Harmonies of #6E0917
Complementary color
Monochromatic Colors of #6E0917
Black with #6E0917
Text Example
Text Example
White with #6E0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0917; }
p { color: rgb(110,9,23); }
H1.HeaderClassName
{
color: #6E0917;
}
.AnyTagClassName
{
color: #6E0917;
}
</style>
background-color css
<style>
a { background-color: #6E0917; }
a { background-color: rgb(110,9,23); }
div.DivClassName
{
background-color: #6E0917;
}
.BgClassName
{
background-color: #6E0917;
}
</style>
border-color css
<style>
span { border-color: #6E0917; }
span { border-color: rgb(110,9,23); }
td.TdClassName
{
border-color: #6E0917;
}
.TagClassName
{
border-color: #6E0917;
}
</style>