Shades of Burgundy #88131F
Tints of Burgundy #88131F
RGB
CMYK
RGB Variations
Color information
#88131F (or 0x88131F) is known color: Burgundy. HEX triplet: 88, 13 and 1F. RGB value is (136,19,31). Sum of RGB (Red+Green+Blue) = 136+19+31=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #88131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88131F is #77ECE0. Grayscale: #373737. Windows color (decimal): -7859425 or 2036616. OLE color: 2036616.
HSL color Cylindrical-coordinate representation of color #88131F: hue angle of 353.85º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88131F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 31 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.47 |
| HSL | 353.85º | 0.75% | 0.3% | - |
| HSV(B) | 353.85º | 0.86% | 0.53% | - |
| XYZ | 10.63 | 5.8 | 1.86 | - |
| YUV | 55.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 31 | 0 | 0.86 | 0.77 | 0.47 | 353.85 | 0.75 | 0.3 |
| Hex | 88 | 13 | 1F | 0 | 56 | 4D | 2F | 162 | 4B | 1E |
| Octal | 210 | 23 | 37 | 0 | 126 | 115 | 57 | 542 | 113 | 36 |
| Binary | 10001000 | 10011 | 11111 | 0 | 1010110 | 1001101 | 101111 | 101100010 | 1001011 | 11110 |
Color Harmonies of #88131F
Complementary color
Monochromatic Colors of #88131F
Black with #88131F
Text Example
Text Example
White with #88131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88131F; }
p { color: rgb(136,19,31); }
H1.HeaderClassName
{
color: #88131F;
}
.AnyTagClassName
{
color: #88131F;
}
</style>
background-color css
<style>
a { background-color: #88131F; }
a { background-color: rgb(136,19,31); }
div.DivClassName
{
background-color: #88131F;
}
.BgClassName
{
background-color: #88131F;
}
</style>
border-color css
<style>
span { border-color: #88131F; }
span { border-color: rgb(136,19,31); }
td.TdClassName
{
border-color: #88131F;
}
.TagClassName
{
border-color: #88131F;
}
</style>