Shades of Burgundy #6E001E
Tints of Burgundy #6E001E
RGB
CMYK
RGB Variations
Color information
#6E001E (or 0x6E001E) is known color: Burgundy. HEX triplet: 6E, 00 and 1E. RGB value is (110,0,30). Sum of RGB (Red+Green+Blue) = 110+0+30=140 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 110 - color contains mainly: red. Hex color #6E001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E001E is #91FFE1. Grayscale: #242424. Windows color (decimal): -9568226 or 1966190. OLE color: 1966190.
HSL color Cylindrical-coordinate representation of color #6E001E: hue angle of 343.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E001E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.73 | 0.57 |
| HSL | 343.64º | 1% | 0.22% | - |
| HSV(B) | 343.64º | 1% | 0.43% | - |
| XYZ | 6.66 | 3.41 | 1.53 | - |
| YUV | 36.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 30 | 0 | 1 | 0.73 | 0.57 | 343.64 | 1 | 0.22 |
| Hex | 6E | 0 | 1E | 0 | 64 | 49 | 39 | 158 | 64 | 16 |
| Octal | 156 | 0 | 36 | 0 | 144 | 111 | 71 | 530 | 144 | 26 |
| Binary | 1101110 | 0 | 11110 | 0 | 1100100 | 1001001 | 111001 | 101011000 | 1100100 | 10110 |
Color Harmonies of #6E001E
Complementary color
Monochromatic Colors of #6E001E
Black with #6E001E
Text Example
Text Example
White with #6E001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E001E; }
p { color: rgb(110,0,30); }
H1.HeaderClassName
{
color: #6E001E;
}
.AnyTagClassName
{
color: #6E001E;
}
</style>
background-color css
<style>
a { background-color: #6E001E; }
a { background-color: rgb(110,0,30); }
div.DivClassName
{
background-color: #6E001E;
}
.BgClassName
{
background-color: #6E001E;
}
</style>
border-color css
<style>
span { border-color: #6E001E; }
span { border-color: rgb(110,0,30); }
td.TdClassName
{
border-color: #6E001E;
}
.TagClassName
{
border-color: #6E001E;
}
</style>