Shades of Burgundy #800420
Tints of Burgundy #800420
RGB
CMYK
RGB Variations
Color information
#800420 (or 0x800420) is known color: Burgundy. HEX triplet: 80, 04 and 20. RGB value is (128,4,32). Sum of RGB (Red+Green+Blue) = 128+4+32=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #800420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800420 is #7FFBDF. Grayscale: #2C2C2C. Windows color (decimal): -8387552 or 2098304. OLE color: 2098304.
HSL color Cylindrical-coordinate representation of color #800420: hue angle of 346.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800420 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.50 |
| HSL | 346.45º | 0.94% | 0.26% | - |
| HSV(B) | 346.45º | 0.97% | 0.5% | - |
| XYZ | 9.21 | 4.78 | 1.8 | - |
| YUV | 44.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 32 | 0 | 0.97 | 0.75 | 0.50 | 346.45 | 0.94 | 0.26 |
| Hex | 80 | 4 | 20 | 0 | 61 | 4B | 32 | 15A | 5E | 1A |
| Octal | 200 | 4 | 40 | 0 | 141 | 113 | 62 | 532 | 136 | 32 |
| Binary | 10000000 | 100 | 100000 | 0 | 1100001 | 1001011 | 110010 | 101011010 | 1011110 | 11010 |
Color Harmonies of #800420
Complementary color
Monochromatic Colors of #800420
Black with #800420
Text Example
Text Example
White with #800420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800420; }
p { color: rgb(128,4,32); }
H1.HeaderClassName
{
color: #800420;
}
.AnyTagClassName
{
color: #800420;
}
</style>
background-color css
<style>
a { background-color: #800420; }
a { background-color: rgb(128,4,32); }
div.DivClassName
{
background-color: #800420;
}
.BgClassName
{
background-color: #800420;
}
</style>
border-color css
<style>
span { border-color: #800420; }
span { border-color: rgb(128,4,32); }
td.TdClassName
{
border-color: #800420;
}
.TagClassName
{
border-color: #800420;
}
</style>