Shades of Burgundy #88121D
Tints of Burgundy #88121D
RGB
CMYK
RGB Variations
Color information
#88121D (or 0x88121D) is known color: Burgundy. HEX triplet: 88, 12 and 1D. RGB value is (136,18,29). Sum of RGB (Red+Green+Blue) = 136+18+29=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88121D is #77EDE2. Grayscale: #363636. Windows color (decimal): -7859683 or 1905288. OLE color: 1905288.
HSL color Cylindrical-coordinate representation of color #88121D: hue angle of 354.41º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88121D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 29 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.47 |
| HSL | 354.41º | 0.77% | 0.3% | - |
| HSV(B) | 354.41º | 0.87% | 0.53% | - |
| XYZ | 10.59 | 5.76 | 1.72 | - |
| YUV | 54.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 29 | 0 | 0.87 | 0.79 | 0.47 | 354.41 | 0.77 | 0.3 |
| Hex | 88 | 12 | 1D | 0 | 57 | 4F | 2F | 162 | 4D | 1E |
| Octal | 210 | 22 | 35 | 0 | 127 | 117 | 57 | 542 | 115 | 36 |
| Binary | 10001000 | 10010 | 11101 | 0 | 1010111 | 1001111 | 101111 | 101100010 | 1001101 | 11110 |
Color Harmonies of #88121D
Complementary color
Monochromatic Colors of #88121D
Black with #88121D
Text Example
Text Example
White with #88121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88121D; }
p { color: rgb(136,18,29); }
H1.HeaderClassName
{
color: #88121D;
}
.AnyTagClassName
{
color: #88121D;
}
</style>
background-color css
<style>
a { background-color: #88121D; }
a { background-color: rgb(136,18,29); }
div.DivClassName
{
background-color: #88121D;
}
.BgClassName
{
background-color: #88121D;
}
</style>
border-color css
<style>
span { border-color: #88121D; }
span { border-color: rgb(136,18,29); }
td.TdClassName
{
border-color: #88121D;
}
.TagClassName
{
border-color: #88121D;
}
</style>