Shades of Burgundy #800E29
Tints of Burgundy #800E29
RGB
CMYK
RGB Variations
Color information
#800E29 (or 0x800E29) is known color: Burgundy. HEX triplet: 80, 0E and 29. RGB value is (128,14,41). Sum of RGB (Red+Green+Blue) = 128+14+41=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E29 is #7FF1D6. Grayscale: #333333. Windows color (decimal): -8384983 or 2690688. OLE color: 2690688.
HSL color Cylindrical-coordinate representation of color #800E29: hue angle of 345.79º 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 #800E29 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 41 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.50 |
| HSL | 345.79º | 0.8% | 0.28% | - |
| HSV(B) | 345.79º | 0.89% | 0.5% | - |
| XYZ | 9.46 | 5.06 | 2.58 | - |
| YUV | 51.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 41 | 0 | 0.89 | 0.68 | 0.50 | 345.79 | 0.8 | 0.28 |
| Hex | 80 | E | 29 | 0 | 59 | 44 | 32 | 15A | 50 | 1C |
| Octal | 200 | 16 | 51 | 0 | 131 | 104 | 62 | 532 | 120 | 34 |
| Binary | 10000000 | 1110 | 101001 | 0 | 1011001 | 1000100 | 110010 | 101011010 | 1010000 | 11100 |
Color Harmonies of #800E29
Complementary color
Monochromatic Colors of #800E29
Black with #800E29
Text Example
Text Example
White with #800E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E29; }
p { color: rgb(128,14,41); }
H1.HeaderClassName
{
color: #800E29;
}
.AnyTagClassName
{
color: #800E29;
}
</style>
background-color css
<style>
a { background-color: #800E29; }
a { background-color: rgb(128,14,41); }
div.DivClassName
{
background-color: #800E29;
}
.BgClassName
{
background-color: #800E29;
}
</style>
border-color css
<style>
span { border-color: #800E29; }
span { border-color: rgb(128,14,41); }
td.TdClassName
{
border-color: #800E29;
}
.TagClassName
{
border-color: #800E29;
}
</style>