Shades of Burgundy #88081E
Tints of Burgundy #88081E
RGB
CMYK
RGB Variations
Color information
#88081E (or 0x88081E) is known color: Burgundy. HEX triplet: 88, 08 and 1E. RGB value is (136,8,30). Sum of RGB (Red+Green+Blue) = 136+8+30=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #88081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88081E is #77F7E1. Grayscale: #303030. Windows color (decimal): -7862242 or 1968264. OLE color: 1968264.
HSL color Cylindrical-coordinate representation of color #88081E: hue angle of 349.69º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88081E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 30 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.47 |
| HSL | 349.69º | 0.89% | 0.28% | - |
| HSV(B) | 349.69º | 0.94% | 0.53% | - |
| XYZ | 10.47 | 5.5 | 1.74 | - |
| YUV | 48.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 30 | 0 | 0.94 | 0.78 | 0.47 | 349.69 | 0.89 | 0.28 |
| Hex | 88 | 8 | 1E | 0 | 5E | 4E | 2F | 15E | 59 | 1C |
| Octal | 210 | 10 | 36 | 0 | 136 | 116 | 57 | 536 | 131 | 34 |
| Binary | 10001000 | 1000 | 11110 | 0 | 1011110 | 1001110 | 101111 | 101011110 | 1011001 | 11100 |
Color Harmonies of #88081E
Complementary color
Monochromatic Colors of #88081E
Black with #88081E
Text Example
Text Example
White with #88081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88081E; }
p { color: rgb(136,8,30); }
H1.HeaderClassName
{
color: #88081E;
}
.AnyTagClassName
{
color: #88081E;
}
</style>
background-color css
<style>
a { background-color: #88081E; }
a { background-color: rgb(136,8,30); }
div.DivClassName
{
background-color: #88081E;
}
.BgClassName
{
background-color: #88081E;
}
</style>
border-color css
<style>
span { border-color: #88081E; }
span { border-color: rgb(136,8,30); }
td.TdClassName
{
border-color: #88081E;
}
.TagClassName
{
border-color: #88081E;
}
</style>