Shades of Burgundy #81111E
Tints of Burgundy #81111E
RGB
CMYK
RGB Variations
Color information
#81111E (or 0x81111E) is known color: Burgundy. HEX triplet: 81, 11 and 1E. RGB value is (129,17,30). Sum of RGB (Red+Green+Blue) = 129+17+30=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81111E is #7EEEE1. Grayscale: #343434. Windows color (decimal): -8318690 or 1970561. OLE color: 1970561.
HSL color Cylindrical-coordinate representation of color #81111E: hue angle of 353.04º 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 #81111E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 30 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.49 |
| HSL | 353.04º | 0.77% | 0.29% | - |
| HSV(B) | 353.04º | 0.87% | 0.51% | - |
| XYZ | 9.49 | 5.16 | 1.72 | - |
| YUV | 51.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 30 | 0 | 0.87 | 0.77 | 0.49 | 353.04 | 0.77 | 0.29 |
| Hex | 81 | 11 | 1E | 0 | 57 | 4D | 31 | 161 | 4D | 1D |
| Octal | 201 | 21 | 36 | 0 | 127 | 115 | 61 | 541 | 115 | 35 |
| Binary | 10000001 | 10001 | 11110 | 0 | 1010111 | 1001101 | 110001 | 101100001 | 1001101 | 11101 |
Color Harmonies of #81111E
Complementary color
Monochromatic Colors of #81111E
Black with #81111E
Text Example
Text Example
White with #81111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81111E; }
p { color: rgb(129,17,30); }
H1.HeaderClassName
{
color: #81111E;
}
.AnyTagClassName
{
color: #81111E;
}
</style>
background-color css
<style>
a { background-color: #81111E; }
a { background-color: rgb(129,17,30); }
div.DivClassName
{
background-color: #81111E;
}
.BgClassName
{
background-color: #81111E;
}
</style>
border-color css
<style>
span { border-color: #81111E; }
span { border-color: rgb(129,17,30); }
td.TdClassName
{
border-color: #81111E;
}
.TagClassName
{
border-color: #81111E;
}
</style>