Shades of Burgundy #6E0218
Tints of Burgundy #6E0218
RGB
CMYK
RGB Variations
Color information
#6E0218 (or 0x6E0218) is known color: Burgundy. HEX triplet: 6E, 02 and 18. RGB value is (110,2,24). Sum of RGB (Red+Green+Blue) = 110+2+24=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0218 is #91FDE7. Grayscale: #242424. Windows color (decimal): -9567720 or 1573486. OLE color: 1573486.
HSL color Cylindrical-coordinate representation of color #6E0218: hue angle of 347.78º 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 #6E0218 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 24 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.57 |
| HSL | 347.78º | 0.96% | 0.22% | - |
| HSV(B) | 347.78º | 0.98% | 0.43% | - |
| XYZ | 6.62 | 3.42 | 1.18 | - |
| YUV | 36.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 24 | 0 | 0.98 | 0.78 | 0.57 | 347.78 | 0.96 | 0.22 |
| Hex | 6E | 2 | 18 | 0 | 62 | 4E | 39 | 15C | 60 | 16 |
| Octal | 156 | 2 | 30 | 0 | 142 | 116 | 71 | 534 | 140 | 26 |
| Binary | 1101110 | 10 | 11000 | 0 | 1100010 | 1001110 | 111001 | 101011100 | 1100000 | 10110 |
Color Harmonies of #6E0218
Complementary color
Monochromatic Colors of #6E0218
Black with #6E0218
Text Example
Text Example
White with #6E0218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0218; }
p { color: rgb(110,2,24); }
H1.HeaderClassName
{
color: #6E0218;
}
.AnyTagClassName
{
color: #6E0218;
}
</style>
background-color css
<style>
a { background-color: #6E0218; }
a { background-color: rgb(110,2,24); }
div.DivClassName
{
background-color: #6E0218;
}
.BgClassName
{
background-color: #6E0218;
}
</style>
border-color css
<style>
span { border-color: #6E0218; }
span { border-color: rgb(110,2,24); }
td.TdClassName
{
border-color: #6E0218;
}
.TagClassName
{
border-color: #6E0218;
}
</style>