Shades of Burgundy #6E011E
Tints of Burgundy #6E011E
RGB
CMYK
RGB Variations
Color information
#6E011E (or 0x6E011E) is known color: Burgundy. HEX triplet: 6E, 01 and 1E. RGB value is (110,1,30). Sum of RGB (Red+Green+Blue) = 110+1+30=141 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.01% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 110 - color contains mainly: red. Hex color #6E011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E011E is #91FEE1. Grayscale: #242424. Windows color (decimal): -9567970 or 1966446. OLE color: 1966446.
HSL color Cylindrical-coordinate representation of color #6E011E: hue angle of 344.04º 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 #6E011E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.57 |
| HSL | 344.04º | 0.98% | 0.22% | - |
| HSV(B) | 344.04º | 0.99% | 0.43% | - |
| XYZ | 6.68 | 3.43 | 1.54 | - |
| YUV | 36.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 30 | 0 | 0.99 | 0.73 | 0.57 | 344.04 | 0.98 | 0.22 |
| Hex | 6E | 1 | 1E | 0 | 63 | 49 | 39 | 158 | 62 | 16 |
| Octal | 156 | 1 | 36 | 0 | 143 | 111 | 71 | 530 | 142 | 26 |
| Binary | 1101110 | 1 | 11110 | 0 | 1100011 | 1001001 | 111001 | 101011000 | 1100010 | 10110 |
Color Harmonies of #6E011E
Complementary color
Monochromatic Colors of #6E011E
Black with #6E011E
Text Example
Text Example
White with #6E011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E011E; }
p { color: rgb(110,1,30); }
H1.HeaderClassName
{
color: #6E011E;
}
.AnyTagClassName
{
color: #6E011E;
}
</style>
background-color css
<style>
a { background-color: #6E011E; }
a { background-color: rgb(110,1,30); }
div.DivClassName
{
background-color: #6E011E;
}
.BgClassName
{
background-color: #6E011E;
}
</style>
border-color css
<style>
span { border-color: #6E011E; }
span { border-color: rgb(110,1,30); }
td.TdClassName
{
border-color: #6E011E;
}
.TagClassName
{
border-color: #6E011E;
}
</style>