Shades of Burgundy #81111F
Tints of Burgundy #81111F
RGB
CMYK
RGB Variations
Color information
#81111F (or 0x81111F) is known color: Burgundy. HEX triplet: 81, 11 and 1F. RGB value is (129,17,31). Sum of RGB (Red+Green+Blue) = 129+17+31=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81111F is #7EEEE0. Grayscale: #343434. Windows color (decimal): -8318689 or 2036097. OLE color: 2036097.
HSL color Cylindrical-coordinate representation of color #81111F: hue angle of 352.5º 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 #81111F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 31 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.49 |
| HSL | 352.5º | 0.77% | 0.29% | - |
| HSV(B) | 352.5º | 0.87% | 0.51% | - |
| XYZ | 9.5 | 5.17 | 1.79 | - |
| YUV | 52.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 31 | 0 | 0.87 | 0.76 | 0.49 | 352.5 | 0.77 | 0.29 |
| Hex | 81 | 11 | 1F | 0 | 57 | 4C | 31 | 160 | 4D | 1D |
| Octal | 201 | 21 | 37 | 0 | 127 | 114 | 61 | 540 | 115 | 35 |
| Binary | 10000001 | 10001 | 11111 | 0 | 1010111 | 1001100 | 110001 | 101100000 | 1001101 | 11101 |
Color Harmonies of #81111F
Complementary color
Monochromatic Colors of #81111F
Black with #81111F
Text Example
Text Example
White with #81111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81111F; }
p { color: rgb(129,17,31); }
H1.HeaderClassName
{
color: #81111F;
}
.AnyTagClassName
{
color: #81111F;
}
</style>
background-color css
<style>
a { background-color: #81111F; }
a { background-color: rgb(129,17,31); }
div.DivClassName
{
background-color: #81111F;
}
.BgClassName
{
background-color: #81111F;
}
</style>
border-color css
<style>
span { border-color: #81111F; }
span { border-color: rgb(129,17,31); }
td.TdClassName
{
border-color: #81111F;
}
.TagClassName
{
border-color: #81111F;
}
</style>