Shades of Burgundy #810020
Tints of Burgundy #810020
RGB
CMYK
RGB Variations
Color information
#810020 (or 0x810020) is known color: Burgundy. HEX triplet: 81, 00 and 20. RGB value is (129,0,32). Sum of RGB (Red+Green+Blue) = 129+0+32=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #810020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810020 is #7EFFDF. Grayscale: #2A2A2A. Windows color (decimal): -8323040 or 2097281. OLE color: 2097281.
HSL color Cylindrical-coordinate representation of color #810020: hue angle of 345.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810020 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.75 | 0.49 |
| HSL | 345.12º | 1% | 0.25% | - |
| HSV(B) | 345.12º | 1% | 0.51% | - |
| XYZ | 9.31 | 4.77 | 1.8 | - |
| YUV | 42.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 32 | 0 | 1 | 0.75 | 0.49 | 345.12 | 1 | 0.25 |
| Hex | 81 | 0 | 20 | 0 | 64 | 4B | 31 | 159 | 64 | 19 |
| Octal | 201 | 0 | 40 | 0 | 144 | 113 | 61 | 531 | 144 | 31 |
| Binary | 10000001 | 0 | 100000 | 0 | 1100100 | 1001011 | 110001 | 101011001 | 1100100 | 11001 |
Color Harmonies of #810020
Complementary color
Monochromatic Colors of #810020
Black with #810020
Text Example
Text Example
White with #810020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810020; }
p { color: rgb(129,0,32); }
H1.HeaderClassName
{
color: #810020;
}
.AnyTagClassName
{
color: #810020;
}
</style>
background-color css
<style>
a { background-color: #810020; }
a { background-color: rgb(129,0,32); }
div.DivClassName
{
background-color: #810020;
}
.BgClassName
{
background-color: #810020;
}
</style>
border-color css
<style>
span { border-color: #810020; }
span { border-color: rgb(129,0,32); }
td.TdClassName
{
border-color: #810020;
}
.TagClassName
{
border-color: #810020;
}
</style>