Shades of Burgundy #810021
Tints of Burgundy #810021
RGB
CMYK
RGB Variations
Color information
#810021 (or 0x810021) is known color: Burgundy. HEX triplet: 81, 00 and 21. RGB value is (129,0,33). Sum of RGB (Red+Green+Blue) = 129+0+33=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #810021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810021 is #7EFFDE. Grayscale: #2A2A2A. Windows color (decimal): -8323039 or 2162817. OLE color: 2162817.
HSL color Cylindrical-coordinate representation of color #810021: hue angle of 344.65º 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 #810021 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.74 | 0.49 |
| HSL | 344.65º | 1% | 0.25% | - |
| HSV(B) | 344.65º | 1% | 0.51% | - |
| XYZ | 9.33 | 4.78 | 1.87 | - |
| YUV | 42.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 33 | 0 | 1 | 0.74 | 0.49 | 344.65 | 1 | 0.25 |
| Hex | 81 | 0 | 21 | 0 | 64 | 4A | 31 | 159 | 64 | 19 |
| Octal | 201 | 0 | 41 | 0 | 144 | 112 | 61 | 531 | 144 | 31 |
| Binary | 10000001 | 0 | 100001 | 0 | 1100100 | 1001010 | 110001 | 101011001 | 1100100 | 11001 |
Color Harmonies of #810021
Complementary color
Monochromatic Colors of #810021
Black with #810021
Text Example
Text Example
White with #810021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810021; }
p { color: rgb(129,0,33); }
H1.HeaderClassName
{
color: #810021;
}
.AnyTagClassName
{
color: #810021;
}
</style>
background-color css
<style>
a { background-color: #810021; }
a { background-color: rgb(129,0,33); }
div.DivClassName
{
background-color: #810021;
}
.BgClassName
{
background-color: #810021;
}
</style>
border-color css
<style>
span { border-color: #810021; }
span { border-color: rgb(129,0,33); }
td.TdClassName
{
border-color: #810021;
}
.TagClassName
{
border-color: #810021;
}
</style>