Shades of Burgundy #88052C
Tints of Burgundy #88052C
RGB
CMYK
RGB Variations
Color information
#88052C (or 0x88052C) is known color: Burgundy. HEX triplet: 88, 05 and 2C. RGB value is (136,5,44). Sum of RGB (Red+Green+Blue) = 136+5+44=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #88052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88052C is #77FAD3. Grayscale: #303030. Windows color (decimal): -7862996 or 2885000. OLE color: 2885000.
HSL color Cylindrical-coordinate representation of color #88052C: hue angle of 342.14º 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 #88052C is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 44 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.47 |
| HSL | 342.14º | 0.93% | 0.28% | - |
| HSV(B) | 342.14º | 0.96% | 0.53% | - |
| XYZ | 10.66 | 5.52 | 2.89 | - |
| YUV | 48.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 44 | 0 | 0.96 | 0.68 | 0.47 | 342.14 | 0.93 | 0.28 |
| Hex | 88 | 5 | 2C | 0 | 60 | 44 | 2F | 156 | 5D | 1C |
| Octal | 210 | 5 | 54 | 0 | 140 | 104 | 57 | 526 | 135 | 34 |
| Binary | 10001000 | 101 | 101100 | 0 | 1100000 | 1000100 | 101111 | 101010110 | 1011101 | 11100 |
Color Harmonies of #88052C
Complementary color
Monochromatic Colors of #88052C
Black with #88052C
Text Example
Text Example
White with #88052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88052C; }
p { color: rgb(136,5,44); }
H1.HeaderClassName
{
color: #88052C;
}
.AnyTagClassName
{
color: #88052C;
}
</style>
background-color css
<style>
a { background-color: #88052C; }
a { background-color: rgb(136,5,44); }
div.DivClassName
{
background-color: #88052C;
}
.BgClassName
{
background-color: #88052C;
}
</style>
border-color css
<style>
span { border-color: #88052C; }
span { border-color: rgb(136,5,44); }
td.TdClassName
{
border-color: #88052C;
}
.TagClassName
{
border-color: #88052C;
}
</style>