Shades of Burgundy #88112C
Tints of Burgundy #88112C
RGB
CMYK
RGB Variations
Color information
#88112C (or 0x88112C) is known color: Burgundy. HEX triplet: 88, 11 and 2C. RGB value is (136,17,44). Sum of RGB (Red+Green+Blue) = 136+17+44=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88112C is #77EED3. Grayscale: #373737. Windows color (decimal): -7859924 or 2888072. OLE color: 2888072.
HSL color Cylindrical-coordinate representation of color #88112C: hue angle of 346.39º 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 #88112C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 44 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.47 |
| HSL | 346.39º | 0.78% | 0.3% | - |
| HSV(B) | 346.39º | 0.88% | 0.53% | - |
| XYZ | 10.81 | 5.82 | 2.94 | - |
| YUV | 55.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 44 | 0 | 0.87 | 0.68 | 0.47 | 346.39 | 0.78 | 0.3 |
| Hex | 88 | 11 | 2C | 0 | 57 | 44 | 2F | 15A | 4E | 1E |
| Octal | 210 | 21 | 54 | 0 | 127 | 104 | 57 | 532 | 116 | 36 |
| Binary | 10001000 | 10001 | 101100 | 0 | 1010111 | 1000100 | 101111 | 101011010 | 1001110 | 11110 |
Color Harmonies of #88112C
Complementary color
Monochromatic Colors of #88112C
Black with #88112C
Text Example
Text Example
White with #88112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88112C; }
p { color: rgb(136,17,44); }
H1.HeaderClassName
{
color: #88112C;
}
.AnyTagClassName
{
color: #88112C;
}
</style>
background-color css
<style>
a { background-color: #88112C; }
a { background-color: rgb(136,17,44); }
div.DivClassName
{
background-color: #88112C;
}
.BgClassName
{
background-color: #88112C;
}
</style>
border-color css
<style>
span { border-color: #88112C; }
span { border-color: rgb(136,17,44); }
td.TdClassName
{
border-color: #88112C;
}
.TagClassName
{
border-color: #88112C;
}
</style>