Shades of Burgundy #6E040E
Tints of Burgundy #6E040E
RGB
CMYK
RGB Variations
Color information
#6E040E (or 0x6E040E) is known color: Burgundy. HEX triplet: 6E, 04 and 0E. RGB value is (110,4,14). Sum of RGB (Red+Green+Blue) = 110+4+14=128 (16% of max value = 765). Red value is 110 (43.36% from 255 or 85.94% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 110 - color contains mainly: red. Hex color #6E040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E040E is #91FBF1. Grayscale: #242424. Windows color (decimal): -9567218 or 918638. OLE color: 918638.
HSL color Cylindrical-coordinate representation of color #6E040E: hue angle of 354.34º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E040E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 14 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.57 |
| HSL | 354.34º | 0.93% | 0.22% | - |
| HSV(B) | 354.34º | 0.96% | 0.43% | - |
| XYZ | 6.55 | 3.43 | 0.73 | - |
| YUV | 36.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 14 | 0 | 0.96 | 0.87 | 0.57 | 354.34 | 0.93 | 0.22 |
| Hex | 6E | 4 | E | 0 | 60 | 57 | 39 | 162 | 5D | 16 |
| Octal | 156 | 4 | 16 | 0 | 140 | 127 | 71 | 542 | 135 | 26 |
| Binary | 1101110 | 100 | 1110 | 0 | 1100000 | 1010111 | 111001 | 101100010 | 1011101 | 10110 |
Color Harmonies of #6E040E
Complementary color
Monochromatic Colors of #6E040E
Black with #6E040E
Text Example
Text Example
White with #6E040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E040E; }
p { color: rgb(110,4,14); }
H1.HeaderClassName
{
color: #6E040E;
}
.AnyTagClassName
{
color: #6E040E;
}
</style>
background-color css
<style>
a { background-color: #6E040E; }
a { background-color: rgb(110,4,14); }
div.DivClassName
{
background-color: #6E040E;
}
.BgClassName
{
background-color: #6E040E;
}
</style>
border-color css
<style>
span { border-color: #6E040E; }
span { border-color: rgb(110,4,14); }
td.TdClassName
{
border-color: #6E040E;
}
.TagClassName
{
border-color: #6E040E;
}
</style>