Shades of Burgundy #810024
Tints of Burgundy #810024
RGB
CMYK
RGB Variations
Color information
#810024 (or 0x810024) is known color: Burgundy. HEX triplet: 81, 00 and 24. RGB value is (129,0,36). Sum of RGB (Red+Green+Blue) = 129+0+36=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #810024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810024 is #7EFFDB. Grayscale: #2A2A2A. Windows color (decimal): -8323036 or 2359425. OLE color: 2359425.
HSL color Cylindrical-coordinate representation of color #810024: hue angle of 343.26º 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 #810024 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.72 | 0.49 |
| HSL | 343.26º | 1% | 0.25% | - |
| HSV(B) | 343.26º | 1% | 0.51% | - |
| XYZ | 9.37 | 4.79 | 2.1 | - |
| YUV | 42.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 36 | 0 | 1 | 0.72 | 0.49 | 343.26 | 1 | 0.25 |
| Hex | 81 | 0 | 24 | 0 | 64 | 48 | 31 | 157 | 64 | 19 |
| Octal | 201 | 0 | 44 | 0 | 144 | 110 | 61 | 527 | 144 | 31 |
| Binary | 10000001 | 0 | 100100 | 0 | 1100100 | 1001000 | 110001 | 101010111 | 1100100 | 11001 |
Color Harmonies of #810024
Complementary color
Monochromatic Colors of #810024
Black with #810024
Text Example
Text Example
White with #810024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810024; }
p { color: rgb(129,0,36); }
H1.HeaderClassName
{
color: #810024;
}
.AnyTagClassName
{
color: #810024;
}
</style>
background-color css
<style>
a { background-color: #810024; }
a { background-color: rgb(129,0,36); }
div.DivClassName
{
background-color: #810024;
}
.BgClassName
{
background-color: #810024;
}
</style>
border-color css
<style>
span { border-color: #810024; }
span { border-color: rgb(129,0,36); }
td.TdClassName
{
border-color: #810024;
}
.TagClassName
{
border-color: #810024;
}
</style>