Shades of Burgundy #6E0220
Tints of Burgundy #6E0220
RGB
CMYK
RGB Variations
Color information
#6E0220 (or 0x6E0220) is known color: Burgundy. HEX triplet: 6E, 02 and 20. RGB value is (110,2,32). Sum of RGB (Red+Green+Blue) = 110+2+32=144 (19% of max value = 765). Red value is 110 (43.36% from 255 or 76.39% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0220 is #91FDDF. Grayscale: #252525. Windows color (decimal): -9567712 or 2097774. OLE color: 2097774.
HSL color Cylindrical-coordinate representation of color #6E0220: hue angle of 343.33º 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 #6E0220 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.57 |
| HSL | 343.33º | 0.96% | 0.22% | - |
| HSV(B) | 343.33º | 0.98% | 0.43% | - |
| XYZ | 6.71 | 3.46 | 1.68 | - |
| YUV | 37.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 32 | 0 | 0.98 | 0.71 | 0.57 | 343.33 | 0.96 | 0.22 |
| Hex | 6E | 2 | 20 | 0 | 62 | 47 | 39 | 157 | 60 | 16 |
| Octal | 156 | 2 | 40 | 0 | 142 | 107 | 71 | 527 | 140 | 26 |
| Binary | 1101110 | 10 | 100000 | 0 | 1100010 | 1000111 | 111001 | 101010111 | 1100000 | 10110 |
Color Harmonies of #6E0220
Complementary color
Monochromatic Colors of #6E0220
Black with #6E0220
Text Example
Text Example
White with #6E0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0220; }
p { color: rgb(110,2,32); }
H1.HeaderClassName
{
color: #6E0220;
}
.AnyTagClassName
{
color: #6E0220;
}
</style>
background-color css
<style>
a { background-color: #6E0220; }
a { background-color: rgb(110,2,32); }
div.DivClassName
{
background-color: #6E0220;
}
.BgClassName
{
background-color: #6E0220;
}
</style>
border-color css
<style>
span { border-color: #6E0220; }
span { border-color: rgb(110,2,32); }
td.TdClassName
{
border-color: #6E0220;
}
.TagClassName
{
border-color: #6E0220;
}
</style>