Shades of Burgundy #6E020B
Tints of Burgundy #6E020B
RGB
CMYK
RGB Variations
Color information
#6E020B (or 0x6E020B) is known color: Burgundy. HEX triplet: 6E, 02 and 0B. RGB value is (110,2,11). Sum of RGB (Red+Green+Blue) = 110+2+11=123 (16% of max value = 765). Red value is 110 (43.36% from 255 or 89.43% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 110 - color contains mainly: red. Hex color #6E020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E020B is #91FDF4. Grayscale: #232323. Windows color (decimal): -9567733 or 721518. OLE color: 721518.
HSL color Cylindrical-coordinate representation of color #6E020B: hue angle of 355º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E020B is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.9 | 0.57 |
| HSL | 355º | 0.96% | 0.22% | - |
| HSV(B) | 355º | 0.98% | 0.43% | - |
| XYZ | 6.51 | 3.38 | 0.63 | - |
| YUV | 35.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 11 | 0 | 0.98 | 0.9 | 0.57 | 355 | 0.96 | 0.22 |
| Hex | 6E | 2 | B | 0 | 62 | 5A | 39 | 163 | 60 | 16 |
| Octal | 156 | 2 | 13 | 0 | 142 | 132 | 71 | 543 | 140 | 26 |
| Binary | 1101110 | 10 | 1011 | 0 | 1100010 | 1011010 | 111001 | 101100011 | 1100000 | 10110 |
Color Harmonies of #6E020B
Complementary color
Monochromatic Colors of #6E020B
Black with #6E020B
Text Example
Text Example
White with #6E020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E020B; }
p { color: rgb(110,2,11); }
H1.HeaderClassName
{
color: #6E020B;
}
.AnyTagClassName
{
color: #6E020B;
}
</style>
background-color css
<style>
a { background-color: #6E020B; }
a { background-color: rgb(110,2,11); }
div.DivClassName
{
background-color: #6E020B;
}
.BgClassName
{
background-color: #6E020B;
}
</style>
border-color css
<style>
span { border-color: #6E020B; }
span { border-color: rgb(110,2,11); }
td.TdClassName
{
border-color: #6E020B;
}
.TagClassName
{
border-color: #6E020B;
}
</style>