Shades of Burgundy #88001E
Tints of Burgundy #88001E
RGB
CMYK
RGB Variations
Color information
#88001E (or 0x88001E) is known color: Burgundy. HEX triplet: 88, 00 and 1E. RGB value is (136,0,30). Sum of RGB (Red+Green+Blue) = 136+0+30=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #88001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88001E is #77FFE1. Grayscale: #2C2C2C. Windows color (decimal): -7864290 or 1966216. OLE color: 1966216.
HSL color Cylindrical-coordinate representation of color #88001E: hue angle of 346.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88001E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.78 | 0.47 |
| HSL | 346.76º | 1% | 0.27% | - |
| HSV(B) | 346.76º | 1% | 0.53% | - |
| XYZ | 10.39 | 5.33 | 1.71 | - |
| YUV | 44.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 30 | 0 | 1 | 0.78 | 0.47 | 346.76 | 1 | 0.27 |
| Hex | 88 | 0 | 1E | 0 | 64 | 4E | 2F | 15B | 64 | 1B |
| Octal | 210 | 0 | 36 | 0 | 144 | 116 | 57 | 533 | 144 | 33 |
| Binary | 10001000 | 0 | 11110 | 0 | 1100100 | 1001110 | 101111 | 101011011 | 1100100 | 11011 |
Color Harmonies of #88001E
Complementary color
Monochromatic Colors of #88001E
Black with #88001E
Text Example
Text Example
White with #88001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88001E; }
p { color: rgb(136,0,30); }
H1.HeaderClassName
{
color: #88001E;
}
.AnyTagClassName
{
color: #88001E;
}
</style>
background-color css
<style>
a { background-color: #88001E; }
a { background-color: rgb(136,0,30); }
div.DivClassName
{
background-color: #88001E;
}
.BgClassName
{
background-color: #88001E;
}
</style>
border-color css
<style>
span { border-color: #88001E; }
span { border-color: rgb(136,0,30); }
td.TdClassName
{
border-color: #88001E;
}
.TagClassName
{
border-color: #88001E;
}
</style>