Shades of Burgundy #88081C
Tints of Burgundy #88081C
RGB
CMYK
RGB Variations
Color information
#88081C (or 0x88081C) is known color: Burgundy. HEX triplet: 88, 08 and 1C. RGB value is (136,8,28). Sum of RGB (Red+Green+Blue) = 136+8+28=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #88081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88081C is #77F7E3. Grayscale: #303030. Windows color (decimal): -7862244 or 1837192. OLE color: 1837192.
HSL color Cylindrical-coordinate representation of color #88081C: hue angle of 350.62º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88081C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 28 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.47 |
| HSL | 350.63º | 0.89% | 0.28% | - |
| HSV(B) | 350.63º | 0.94% | 0.53% | - |
| XYZ | 10.45 | 5.49 | 1.61 | - |
| YUV | 48.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 28 | 0 | 0.94 | 0.79 | 0.47 | 350.63 | 0.89 | 0.28 |
| Hex | 88 | 8 | 1C | 0 | 5E | 4F | 2F | 15F | 59 | 1C |
| Octal | 210 | 10 | 34 | 0 | 136 | 117 | 57 | 537 | 131 | 34 |
| Binary | 10001000 | 1000 | 11100 | 0 | 1011110 | 1001111 | 101111 | 101011111 | 1011001 | 11100 |
Color Harmonies of #88081C
Complementary color
Monochromatic Colors of #88081C
Black with #88081C
Text Example
Text Example
White with #88081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88081C; }
p { color: rgb(136,8,28); }
H1.HeaderClassName
{
color: #88081C;
}
.AnyTagClassName
{
color: #88081C;
}
</style>
background-color css
<style>
a { background-color: #88081C; }
a { background-color: rgb(136,8,28); }
div.DivClassName
{
background-color: #88081C;
}
.BgClassName
{
background-color: #88081C;
}
</style>
border-color css
<style>
span { border-color: #88081C; }
span { border-color: rgb(136,8,28); }
td.TdClassName
{
border-color: #88081C;
}
.TagClassName
{
border-color: #88081C;
}
</style>