Shades of Burgundy #810B24
Tints of Burgundy #810B24
RGB
CMYK
RGB Variations
Color information
#810B24 (or 0x810B24) is known color: Burgundy. HEX triplet: 81, 0B and 24. RGB value is (129,11,36). Sum of RGB (Red+Green+Blue) = 129+11+36=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #810B24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B24 is #7EF4DB. Grayscale: #313131. Windows color (decimal): -8320220 or 2362241. OLE color: 2362241.
HSL color Cylindrical-coordinate representation of color #810B24: hue angle of 347.29º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B24 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 36 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.49 |
| HSL | 347.29º | 0.84% | 0.27% | - |
| HSV(B) | 347.29º | 0.91% | 0.51% | - |
| XYZ | 9.49 | 5.03 | 2.14 | - |
| YUV | 49.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 36 | 0 | 0.91 | 0.72 | 0.49 | 347.29 | 0.84 | 0.27 |
| Hex | 81 | B | 24 | 0 | 5B | 48 | 31 | 15B | 54 | 1B |
| Octal | 201 | 13 | 44 | 0 | 133 | 110 | 61 | 533 | 124 | 33 |
| Binary | 10000001 | 1011 | 100100 | 0 | 1011011 | 1001000 | 110001 | 101011011 | 1010100 | 11011 |
Color Harmonies of #810B24
Complementary color
Monochromatic Colors of #810B24
Black with #810B24
Text Example
Text Example
White with #810B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B24; }
p { color: rgb(129,11,36); }
H1.HeaderClassName
{
color: #810B24;
}
.AnyTagClassName
{
color: #810B24;
}
</style>
background-color css
<style>
a { background-color: #810B24; }
a { background-color: rgb(129,11,36); }
div.DivClassName
{
background-color: #810B24;
}
.BgClassName
{
background-color: #810B24;
}
</style>
border-color css
<style>
span { border-color: #810B24; }
span { border-color: rgb(129,11,36); }
td.TdClassName
{
border-color: #810B24;
}
.TagClassName
{
border-color: #810B24;
}
</style>