Shades of Burgundy #810224
Tints of Burgundy #810224
RGB
CMYK
RGB Variations
Color information
#810224 (or 0x810224) is known color: Burgundy. HEX triplet: 81, 02 and 24. RGB value is (129,2,36). Sum of RGB (Red+Green+Blue) = 129+2+36=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #810224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810224 is #7EFDDB. Grayscale: #2B2B2B. Windows color (decimal): -8322524 or 2359937. OLE color: 2359937.
HSL color Cylindrical-coordinate representation of color #810224: hue angle of 343.94º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810224 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.49 |
| HSL | 343.94º | 0.97% | 0.26% | - |
| HSV(B) | 343.94º | 0.98% | 0.51% | - |
| XYZ | 9.39 | 4.84 | 2.11 | - |
| YUV | 43.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 36 | 0 | 0.98 | 0.72 | 0.49 | 343.94 | 0.97 | 0.26 |
| Hex | 81 | 2 | 24 | 0 | 62 | 48 | 31 | 158 | 61 | 1A |
| Octal | 201 | 2 | 44 | 0 | 142 | 110 | 61 | 530 | 141 | 32 |
| Binary | 10000001 | 10 | 100100 | 0 | 1100010 | 1001000 | 110001 | 101011000 | 1100001 | 11010 |
Color Harmonies of #810224
Complementary color
Monochromatic Colors of #810224
Black with #810224
Text Example
Text Example
White with #810224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810224; }
p { color: rgb(129,2,36); }
H1.HeaderClassName
{
color: #810224;
}
.AnyTagClassName
{
color: #810224;
}
</style>
background-color css
<style>
a { background-color: #810224; }
a { background-color: rgb(129,2,36); }
div.DivClassName
{
background-color: #810224;
}
.BgClassName
{
background-color: #810224;
}
</style>
border-color css
<style>
span { border-color: #810224; }
span { border-color: rgb(129,2,36); }
td.TdClassName
{
border-color: #810224;
}
.TagClassName
{
border-color: #810224;
}
</style>