Shades of Burgundy #88112D
Tints of Burgundy #88112D
RGB
CMYK
RGB Variations
Color information
#88112D (or 0x88112D) is known color: Burgundy. HEX triplet: 88, 11 and 2D. RGB value is (136,17,45). Sum of RGB (Red+Green+Blue) = 136+17+45=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88112D is #77EED2. Grayscale: #373737. Windows color (decimal): -7859923 or 2953608. OLE color: 2953608.
HSL color Cylindrical-coordinate representation of color #88112D: hue angle of 345.88º 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 #88112D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 45 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.47 |
| HSL | 345.88º | 0.78% | 0.3% | - |
| HSV(B) | 345.88º | 0.88% | 0.53% | - |
| XYZ | 10.83 | 5.82 | 3.04 | - |
| YUV | 55.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 45 | 0 | 0.87 | 0.67 | 0.47 | 345.88 | 0.78 | 0.3 |
| Hex | 88 | 11 | 2D | 0 | 57 | 43 | 2F | 15A | 4E | 1E |
| Octal | 210 | 21 | 55 | 0 | 127 | 103 | 57 | 532 | 116 | 36 |
| Binary | 10001000 | 10001 | 101101 | 0 | 1010111 | 1000011 | 101111 | 101011010 | 1001110 | 11110 |
Color Harmonies of #88112D
Complementary color
Monochromatic Colors of #88112D
Black with #88112D
Text Example
Text Example
White with #88112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88112D; }
p { color: rgb(136,17,45); }
H1.HeaderClassName
{
color: #88112D;
}
.AnyTagClassName
{
color: #88112D;
}
</style>
background-color css
<style>
a { background-color: #88112D; }
a { background-color: rgb(136,17,45); }
div.DivClassName
{
background-color: #88112D;
}
.BgClassName
{
background-color: #88112D;
}
</style>
border-color css
<style>
span { border-color: #88112D; }
span { border-color: rgb(136,17,45); }
td.TdClassName
{
border-color: #88112D;
}
.TagClassName
{
border-color: #88112D;
}
</style>