Shades of Burgundy #800020
Tints of Burgundy #800020
RGB
CMYK
RGB Variations
Color information
#800020 (or 0x800020) is known color: Burgundy. HEX triplet: 80, 00 and 20. RGB value is (128,0,32). Sum of RGB (Red+Green+Blue) = 128+0+32=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800020 is #7FFFDF. Grayscale: #292929. Windows color (decimal): -8388576 or 2097280. OLE color: 2097280.
HSL color Cylindrical-coordinate representation of color #800020: hue angle of 345º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800020 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.75 | 0.50 |
| HSL | 345º | 1% | 0.25% | - |
| HSV(B) | 345º | 1% | 0.5% | - |
| XYZ | 9.16 | 4.69 | 1.79 | - |
| YUV | 41.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 32 | 0 | 1 | 0.75 | 0.50 | 345 | 1 | 0.25 |
| Hex | 80 | 0 | 20 | 0 | 64 | 4B | 32 | 159 | 64 | 19 |
| Octal | 200 | 0 | 40 | 0 | 144 | 113 | 62 | 531 | 144 | 31 |
| Binary | 10000000 | 0 | 100000 | 0 | 1100100 | 1001011 | 110010 | 101011001 | 1100100 | 11001 |
Color Harmonies of #800020
Complementary color
Monochromatic Colors of #800020
Black with #800020
Text Example
Text Example
White with #800020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800020; }
p { color: rgb(128,0,32); }
H1.HeaderClassName
{
color: #800020;
}
.AnyTagClassName
{
color: #800020;
}
</style>
background-color css
<style>
a { background-color: #800020; }
a { background-color: rgb(128,0,32); }
div.DivClassName
{
background-color: #800020;
}
.BgClassName
{
background-color: #800020;
}
</style>
border-color css
<style>
span { border-color: #800020; }
span { border-color: rgb(128,0,32); }
td.TdClassName
{
border-color: #800020;
}
.TagClassName
{
border-color: #800020;
}
</style>