Shades of Burgundy #88031F
Tints of Burgundy #88031F
RGB
CMYK
RGB Variations
Color information
#88031F (or 0x88031F) is known color: Burgundy. HEX triplet: 88, 03 and 1F. RGB value is (136,3,31). Sum of RGB (Red+Green+Blue) = 136+3+31=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #88031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88031F is #77FCE0. Grayscale: #2D2D2D. Windows color (decimal): -7863521 or 2032520. OLE color: 2032520.
HSL color Cylindrical-coordinate representation of color #88031F: hue angle of 347.37º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88031F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.47 |
| HSL | 347.37º | 0.96% | 0.27% | - |
| HSV(B) | 347.37º | 0.98% | 0.53% | - |
| XYZ | 10.43 | 5.4 | 1.79 | - |
| YUV | 45.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 31 | 0 | 0.98 | 0.77 | 0.47 | 347.37 | 0.96 | 0.27 |
| Hex | 88 | 3 | 1F | 0 | 62 | 4D | 2F | 15B | 60 | 1B |
| Octal | 210 | 3 | 37 | 0 | 142 | 115 | 57 | 533 | 140 | 33 |
| Binary | 10001000 | 11 | 11111 | 0 | 1100010 | 1001101 | 101111 | 101011011 | 1100000 | 11011 |
Color Harmonies of #88031F
Complementary color
Monochromatic Colors of #88031F
Black with #88031F
Text Example
Text Example
White with #88031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88031F; }
p { color: rgb(136,3,31); }
H1.HeaderClassName
{
color: #88031F;
}
.AnyTagClassName
{
color: #88031F;
}
</style>
background-color css
<style>
a { background-color: #88031F; }
a { background-color: rgb(136,3,31); }
div.DivClassName
{
background-color: #88031F;
}
.BgClassName
{
background-color: #88031F;
}
</style>
border-color css
<style>
span { border-color: #88031F; }
span { border-color: rgb(136,3,31); }
td.TdClassName
{
border-color: #88031F;
}
.TagClassName
{
border-color: #88031F;
}
</style>