Shades of Burgundy #88051F
Tints of Burgundy #88051F
RGB
CMYK
RGB Variations
Color information
#88051F (or 0x88051F) is known color: Burgundy. HEX triplet: 88, 05 and 1F. RGB value is (136,5,31). Sum of RGB (Red+Green+Blue) = 136+5+31=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #88051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88051F is #77FAE0. Grayscale: #2F2F2F. Windows color (decimal): -7863009 or 2033032. OLE color: 2033032.
HSL color Cylindrical-coordinate representation of color #88051F: hue angle of 348.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88051F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 31 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.47 |
| HSL | 348.09º | 0.93% | 0.28% | - |
| HSV(B) | 348.09º | 0.96% | 0.53% | - |
| XYZ | 10.45 | 5.44 | 1.8 | - |
| YUV | 47.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 31 | 0 | 0.96 | 0.77 | 0.47 | 348.09 | 0.93 | 0.28 |
| Hex | 88 | 5 | 1F | 0 | 60 | 4D | 2F | 15C | 5D | 1C |
| Octal | 210 | 5 | 37 | 0 | 140 | 115 | 57 | 534 | 135 | 34 |
| Binary | 10001000 | 101 | 11111 | 0 | 1100000 | 1001101 | 101111 | 101011100 | 1011101 | 11100 |
Color Harmonies of #88051F
Complementary color
Monochromatic Colors of #88051F
Black with #88051F
Text Example
Text Example
White with #88051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88051F; }
p { color: rgb(136,5,31); }
H1.HeaderClassName
{
color: #88051F;
}
.AnyTagClassName
{
color: #88051F;
}
</style>
background-color css
<style>
a { background-color: #88051F; }
a { background-color: rgb(136,5,31); }
div.DivClassName
{
background-color: #88051F;
}
.BgClassName
{
background-color: #88051F;
}
</style>
border-color css
<style>
span { border-color: #88051F; }
span { border-color: rgb(136,5,31); }
td.TdClassName
{
border-color: #88051F;
}
.TagClassName
{
border-color: #88051F;
}
</style>