Shades of Burgundy #6E020D
Tints of Burgundy #6E020D
RGB
CMYK
RGB Variations
Color information
#6E020D (or 0x6E020D) is known color: Burgundy. HEX triplet: 6E, 02 and 0D. RGB value is (110,2,13). Sum of RGB (Red+Green+Blue) = 110+2+13=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E020D is #91FDF2. Grayscale: #232323. Windows color (decimal): -9567731 or 852590. OLE color: 852590.
HSL color Cylindrical-coordinate representation of color #6E020D: hue angle of 353.89º 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 #6E020D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.57 |
| HSL | 353.89º | 0.96% | 0.22% | - |
| HSV(B) | 353.89º | 0.98% | 0.43% | - |
| XYZ | 6.52 | 3.39 | 0.69 | - |
| YUV | 35.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 13 | 0 | 0.98 | 0.88 | 0.57 | 353.89 | 0.96 | 0.22 |
| Hex | 6E | 2 | D | 0 | 62 | 58 | 39 | 162 | 60 | 16 |
| Octal | 156 | 2 | 15 | 0 | 142 | 130 | 71 | 542 | 140 | 26 |
| Binary | 1101110 | 10 | 1101 | 0 | 1100010 | 1011000 | 111001 | 101100010 | 1100000 | 10110 |
Color Harmonies of #6E020D
Complementary color
Monochromatic Colors of #6E020D
Black with #6E020D
Text Example
Text Example
White with #6E020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E020D; }
p { color: rgb(110,2,13); }
H1.HeaderClassName
{
color: #6E020D;
}
.AnyTagClassName
{
color: #6E020D;
}
</style>
background-color css
<style>
a { background-color: #6E020D; }
a { background-color: rgb(110,2,13); }
div.DivClassName
{
background-color: #6E020D;
}
.BgClassName
{
background-color: #6E020D;
}
</style>
border-color css
<style>
span { border-color: #6E020D; }
span { border-color: rgb(110,2,13); }
td.TdClassName
{
border-color: #6E020D;
}
.TagClassName
{
border-color: #6E020D;
}
</style>