Shades of Burgundy #88111F
Tints of Burgundy #88111F
RGB
CMYK
RGB Variations
Color information
#88111F (or 0x88111F) is known color: Burgundy. HEX triplet: 88, 11 and 1F. RGB value is (136,17,31). Sum of RGB (Red+Green+Blue) = 136+17+31=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88111F is #77EEE0. Grayscale: #363636. Windows color (decimal): -7859937 or 2036104. OLE color: 2036104.
HSL color Cylindrical-coordinate representation of color #88111F: hue angle of 352.94º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88111F is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 31 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.47 |
| HSL | 352.94º | 0.78% | 0.3% | - |
| HSV(B) | 352.94º | 0.88% | 0.53% | - |
| XYZ | 10.6 | 5.73 | 1.84 | - |
| YUV | 54.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 31 | 0 | 0.87 | 0.77 | 0.47 | 352.94 | 0.78 | 0.3 |
| Hex | 88 | 11 | 1F | 0 | 57 | 4D | 2F | 161 | 4E | 1E |
| Octal | 210 | 21 | 37 | 0 | 127 | 115 | 57 | 541 | 116 | 36 |
| Binary | 10001000 | 10001 | 11111 | 0 | 1010111 | 1001101 | 101111 | 101100001 | 1001110 | 11110 |
Color Harmonies of #88111F
Complementary color
Monochromatic Colors of #88111F
Black with #88111F
Text Example
Text Example
White with #88111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88111F; }
p { color: rgb(136,17,31); }
H1.HeaderClassName
{
color: #88111F;
}
.AnyTagClassName
{
color: #88111F;
}
</style>
background-color css
<style>
a { background-color: #88111F; }
a { background-color: rgb(136,17,31); }
div.DivClassName
{
background-color: #88111F;
}
.BgClassName
{
background-color: #88111F;
}
</style>
border-color css
<style>
span { border-color: #88111F; }
span { border-color: rgb(136,17,31); }
td.TdClassName
{
border-color: #88111F;
}
.TagClassName
{
border-color: #88111F;
}
</style>