Shades of Burgundy #88101D
Tints of Burgundy #88101D
RGB
CMYK
RGB Variations
Color information
#88101D (or 0x88101D) is known color: Burgundy. HEX triplet: 88, 10 and 1D. RGB value is (136,16,29). Sum of RGB (Red+Green+Blue) = 136+16+29=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #88101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88101D is #77EFE2. Grayscale: #353535. Windows color (decimal): -7860195 or 1904776. OLE color: 1904776.
HSL color Cylindrical-coordinate representation of color #88101D: hue angle of 353.5º degrees, saturation: 0.79, 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 #88101D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 29 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.47 |
| HSL | 353.5º | 0.79% | 0.3% | - |
| HSV(B) | 353.5º | 0.88% | 0.53% | - |
| XYZ | 10.56 | 5.69 | 1.7 | - |
| YUV | 53.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 29 | 0 | 0.88 | 0.79 | 0.47 | 353.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 1D | 0 | 58 | 4F | 2F | 162 | 4F | 1E |
| Octal | 210 | 20 | 35 | 0 | 130 | 117 | 57 | 542 | 117 | 36 |
| Binary | 10001000 | 10000 | 11101 | 0 | 1011000 | 1001111 | 101111 | 101100010 | 1001111 | 11110 |
Color Harmonies of #88101D
Complementary color
Monochromatic Colors of #88101D
Black with #88101D
Text Example
Text Example
White with #88101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88101D; }
p { color: rgb(136,16,29); }
H1.HeaderClassName
{
color: #88101D;
}
.AnyTagClassName
{
color: #88101D;
}
</style>
background-color css
<style>
a { background-color: #88101D; }
a { background-color: rgb(136,16,29); }
div.DivClassName
{
background-color: #88101D;
}
.BgClassName
{
background-color: #88101D;
}
</style>
border-color css
<style>
span { border-color: #88101D; }
span { border-color: rgb(136,16,29); }
td.TdClassName
{
border-color: #88101D;
}
.TagClassName
{
border-color: #88101D;
}
</style>