Shades of Burgundy #800824
Tints of Burgundy #800824
RGB
CMYK
RGB Variations
Color information
#800824 (or 0x800824) is known color: Burgundy. HEX triplet: 80, 08 and 24. RGB value is (128,8,36). Sum of RGB (Red+Green+Blue) = 128+8+36=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #800824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800824 is #7FF7DB. Grayscale: #2F2F2F. Windows color (decimal): -8386524 or 2361472. OLE color: 2361472.
HSL color Cylindrical-coordinate representation of color #800824: hue angle of 346º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800824 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 36 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.50 |
| HSL | 346º | 0.88% | 0.27% | - |
| HSV(B) | 346º | 0.94% | 0.5% | - |
| XYZ | 9.31 | 4.89 | 2.12 | - |
| YUV | 47.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 36 | 0 | 0.94 | 0.72 | 0.50 | 346 | 0.88 | 0.27 |
| Hex | 80 | 8 | 24 | 0 | 5E | 48 | 32 | 15A | 58 | 1B |
| Octal | 200 | 10 | 44 | 0 | 136 | 110 | 62 | 532 | 130 | 33 |
| Binary | 10000000 | 1000 | 100100 | 0 | 1011110 | 1001000 | 110010 | 101011010 | 1011000 | 11011 |
Color Harmonies of #800824
Complementary color
Monochromatic Colors of #800824
Black with #800824
Text Example
Text Example
White with #800824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800824; }
p { color: rgb(128,8,36); }
H1.HeaderClassName
{
color: #800824;
}
.AnyTagClassName
{
color: #800824;
}
</style>
background-color css
<style>
a { background-color: #800824; }
a { background-color: rgb(128,8,36); }
div.DivClassName
{
background-color: #800824;
}
.BgClassName
{
background-color: #800824;
}
</style>
border-color css
<style>
span { border-color: #800824; }
span { border-color: rgb(128,8,36); }
td.TdClassName
{
border-color: #800824;
}
.TagClassName
{
border-color: #800824;
}
</style>