Shades of Burgundy #811126
Tints of Burgundy #811126
RGB
CMYK
RGB Variations
Color information
#811126 (or 0x811126) is known color: Burgundy. HEX triplet: 81, 11 and 26. RGB value is (129,17,38). Sum of RGB (Red+Green+Blue) = 129+17+38=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #811126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811126 is #7EEED9. Grayscale: #343434. Windows color (decimal): -8318682 or 2494849. OLE color: 2494849.
HSL color Cylindrical-coordinate representation of color #811126: hue angle of 348.75º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811126 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 38 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.49 |
| HSL | 348.75º | 0.77% | 0.29% | - |
| HSV(B) | 348.75º | 0.87% | 0.51% | - |
| XYZ | 9.6 | 5.21 | 2.33 | - |
| YUV | 52.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 38 | 0 | 0.87 | 0.71 | 0.49 | 348.75 | 0.77 | 0.29 |
| Hex | 81 | 11 | 26 | 0 | 57 | 47 | 31 | 15D | 4D | 1D |
| Octal | 201 | 21 | 46 | 0 | 127 | 107 | 61 | 535 | 115 | 35 |
| Binary | 10000001 | 10001 | 100110 | 0 | 1010111 | 1000111 | 110001 | 101011101 | 1001101 | 11101 |
Color Harmonies of #811126
Complementary color
Monochromatic Colors of #811126
Black with #811126
Text Example
Text Example
White with #811126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811126; }
p { color: rgb(129,17,38); }
H1.HeaderClassName
{
color: #811126;
}
.AnyTagClassName
{
color: #811126;
}
</style>
background-color css
<style>
a { background-color: #811126; }
a { background-color: rgb(129,17,38); }
div.DivClassName
{
background-color: #811126;
}
.BgClassName
{
background-color: #811126;
}
</style>
border-color css
<style>
span { border-color: #811126; }
span { border-color: rgb(129,17,38); }
td.TdClassName
{
border-color: #811126;
}
.TagClassName
{
border-color: #811126;
}
</style>