Shades of Burgundy #88112B
Tints of Burgundy #88112B
RGB
CMYK
RGB Variations
Color information
#88112B (or 0x88112B) is known color: Burgundy. HEX triplet: 88, 11 and 2B. RGB value is (136,17,43). Sum of RGB (Red+Green+Blue) = 136+17+43=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88112B is #77EED4. Grayscale: #373737. Windows color (decimal): -7859925 or 2822536. OLE color: 2822536.
HSL color Cylindrical-coordinate representation of color #88112B: hue angle of 346.89º 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 #88112B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 43 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.47 |
| HSL | 346.89º | 0.78% | 0.3% | - |
| HSV(B) | 346.89º | 0.88% | 0.53% | - |
| XYZ | 10.79 | 5.81 | 2.84 | - |
| YUV | 55.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 43 | 0 | 0.87 | 0.68 | 0.47 | 346.89 | 0.78 | 0.3 |
| Hex | 88 | 11 | 2B | 0 | 57 | 44 | 2F | 15B | 4E | 1E |
| Octal | 210 | 21 | 53 | 0 | 127 | 104 | 57 | 533 | 116 | 36 |
| Binary | 10001000 | 10001 | 101011 | 0 | 1010111 | 1000100 | 101111 | 101011011 | 1001110 | 11110 |
Color Harmonies of #88112B
Complementary color
Monochromatic Colors of #88112B
Black with #88112B
Text Example
Text Example
White with #88112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88112B; }
p { color: rgb(136,17,43); }
H1.HeaderClassName
{
color: #88112B;
}
.AnyTagClassName
{
color: #88112B;
}
</style>
background-color css
<style>
a { background-color: #88112B; }
a { background-color: rgb(136,17,43); }
div.DivClassName
{
background-color: #88112B;
}
.BgClassName
{
background-color: #88112B;
}
</style>
border-color css
<style>
span { border-color: #88112B; }
span { border-color: rgb(136,17,43); }
td.TdClassName
{
border-color: #88112B;
}
.TagClassName
{
border-color: #88112B;
}
</style>