Shades of Burgundy #88011A
Tints of Burgundy #88011A
RGB
CMYK
RGB Variations
Color information
#88011A (or 0x88011A) is known color: Burgundy. HEX triplet: 88, 01 and 1A. RGB value is (136,1,26). Sum of RGB (Red+Green+Blue) = 136+1+26=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #88011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88011A is #77FEE5. Grayscale: #2C2C2C. Windows color (decimal): -7864038 or 1704328. OLE color: 1704328.
HSL color Cylindrical-coordinate representation of color #88011A: hue angle of 348.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88011A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.47 |
| HSL | 348.89º | 0.99% | 0.27% | - |
| HSV(B) | 348.89º | 0.99% | 0.53% | - |
| XYZ | 10.35 | 5.33 | 1.46 | - |
| YUV | 44.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 26 | 0 | 0.99 | 0.81 | 0.47 | 348.89 | 0.99 | 0.27 |
| Hex | 88 | 1 | 1A | 0 | 63 | 51 | 2F | 15D | 63 | 1B |
| Octal | 210 | 1 | 32 | 0 | 143 | 121 | 57 | 535 | 143 | 33 |
| Binary | 10001000 | 1 | 11010 | 0 | 1100011 | 1010001 | 101111 | 101011101 | 1100011 | 11011 |
Color Harmonies of #88011A
Complementary color
Monochromatic Colors of #88011A
Black with #88011A
Text Example
Text Example
White with #88011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88011A; }
p { color: rgb(136,1,26); }
H1.HeaderClassName
{
color: #88011A;
}
.AnyTagClassName
{
color: #88011A;
}
</style>
background-color css
<style>
a { background-color: #88011A; }
a { background-color: rgb(136,1,26); }
div.DivClassName
{
background-color: #88011A;
}
.BgClassName
{
background-color: #88011A;
}
</style>
border-color css
<style>
span { border-color: #88011A; }
span { border-color: rgb(136,1,26); }
td.TdClassName
{
border-color: #88011A;
}
.TagClassName
{
border-color: #88011A;
}
</style>