Shades of Burgundy #800E21
Tints of Burgundy #800E21
RGB
CMYK
RGB Variations
Color information
#800E21 (or 0x800E21) is known color: Burgundy. HEX triplet: 80, 0E and 21. RGB value is (128,14,33). Sum of RGB (Red+Green+Blue) = 128+14+33=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #800E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E21 is #7FF1DE. Grayscale: #323232. Windows color (decimal): -8384991 or 2166400. OLE color: 2166400.
HSL color Cylindrical-coordinate representation of color #800E21: hue angle of 350º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E21 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 33 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.50 |
| HSL | 350º | 0.8% | 0.28% | - |
| HSV(B) | 350º | 0.89% | 0.5% | - |
| XYZ | 9.33 | 5.01 | 1.91 | - |
| YUV | 50.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 33 | 0 | 0.89 | 0.74 | 0.50 | 350 | 0.8 | 0.28 |
| Hex | 80 | E | 21 | 0 | 59 | 4A | 32 | 15E | 50 | 1C |
| Octal | 200 | 16 | 41 | 0 | 131 | 112 | 62 | 536 | 120 | 34 |
| Binary | 10000000 | 1110 | 100001 | 0 | 1011001 | 1001010 | 110010 | 101011110 | 1010000 | 11100 |
Color Harmonies of #800E21
Complementary color
Monochromatic Colors of #800E21
Black with #800E21
Text Example
Text Example
White with #800E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E21; }
p { color: rgb(128,14,33); }
H1.HeaderClassName
{
color: #800E21;
}
.AnyTagClassName
{
color: #800E21;
}
</style>
background-color css
<style>
a { background-color: #800E21; }
a { background-color: rgb(128,14,33); }
div.DivClassName
{
background-color: #800E21;
}
.BgClassName
{
background-color: #800E21;
}
</style>
border-color css
<style>
span { border-color: #800E21; }
span { border-color: rgb(128,14,33); }
td.TdClassName
{
border-color: #800E21;
}
.TagClassName
{
border-color: #800E21;
}
</style>