Shades of Burgundy #810B33
Tints of Burgundy #810B33
RGB
CMYK
RGB Variations
Color information
#810B33 (or 0x810B33) is known color: Burgundy. HEX triplet: 81, 0B and 33. RGB value is (129,11,51). Sum of RGB (Red+Green+Blue) = 129+11+51=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #810B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B33 is #7EF4CC. Grayscale: #323232. Windows color (decimal): -8320205 or 3345281. OLE color: 3345281.
HSL color Cylindrical-coordinate representation of color #810B33: hue angle of 339.66º 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 #810B33 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 51 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.49 |
| HSL | 339.66º | 0.84% | 0.27% | - |
| HSV(B) | 339.66º | 0.91% | 0.51% | - |
| XYZ | 9.77 | 5.15 | 3.61 | - |
| YUV | 50.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 51 | 0 | 0.91 | 0.60 | 0.49 | 339.66 | 0.84 | 0.27 |
| Hex | 81 | B | 33 | 0 | 5B | 3C | 31 | 154 | 54 | 1B |
| Octal | 201 | 13 | 63 | 0 | 133 | 74 | 61 | 524 | 124 | 33 |
| Binary | 10000001 | 1011 | 110011 | 0 | 1011011 | 111100 | 110001 | 101010100 | 1010100 | 11011 |
Color Harmonies of #810B33
Complementary color
Monochromatic Colors of #810B33
Black with #810B33
Text Example
Text Example
White with #810B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B33; }
p { color: rgb(129,11,51); }
H1.HeaderClassName
{
color: #810B33;
}
.AnyTagClassName
{
color: #810B33;
}
</style>
background-color css
<style>
a { background-color: #810B33; }
a { background-color: rgb(129,11,51); }
div.DivClassName
{
background-color: #810B33;
}
.BgClassName
{
background-color: #810B33;
}
</style>
border-color css
<style>
span { border-color: #810B33; }
span { border-color: rgb(129,11,51); }
td.TdClassName
{
border-color: #810B33;
}
.TagClassName
{
border-color: #810B33;
}
</style>