Shades of Burgundy #810B36
Tints of Burgundy #810B36
RGB
CMYK
RGB Variations
Color information
#810B36 (or 0x810B36) is known color: Burgundy. HEX triplet: 81, 0B and 36. RGB value is (129,11,54). Sum of RGB (Red+Green+Blue) = 129+11+54=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #810B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B36 is #7EF4C9. Grayscale: #333333. Windows color (decimal): -8320202 or 3541889. OLE color: 3541889.
HSL color Cylindrical-coordinate representation of color #810B36: hue angle of 338.14º 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 #810B36 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 54 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.49 |
| HSL | 338.14º | 0.84% | 0.27% | - |
| HSV(B) | 338.14º | 0.91% | 0.51% | - |
| XYZ | 9.84 | 5.17 | 3.97 | - |
| YUV | 51.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 54 | 0 | 0.91 | 0.58 | 0.49 | 338.14 | 0.84 | 0.27 |
| Hex | 81 | B | 36 | 0 | 5B | 3A | 31 | 152 | 54 | 1B |
| Octal | 201 | 13 | 66 | 0 | 133 | 72 | 61 | 522 | 124 | 33 |
| Binary | 10000001 | 1011 | 110110 | 0 | 1011011 | 111010 | 110001 | 101010010 | 1010100 | 11011 |
Color Harmonies of #810B36
Complementary color
Monochromatic Colors of #810B36
Black with #810B36
Text Example
Text Example
White with #810B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B36; }
p { color: rgb(129,11,54); }
H1.HeaderClassName
{
color: #810B36;
}
.AnyTagClassName
{
color: #810B36;
}
</style>
background-color css
<style>
a { background-color: #810B36; }
a { background-color: rgb(129,11,54); }
div.DivClassName
{
background-color: #810B36;
}
.BgClassName
{
background-color: #810B36;
}
</style>
border-color css
<style>
span { border-color: #810B36; }
span { border-color: rgb(129,11,54); }
td.TdClassName
{
border-color: #810B36;
}
.TagClassName
{
border-color: #810B36;
}
</style>