Shades of Burgundy #88052B
Tints of Burgundy #88052B
RGB
CMYK
RGB Variations
Color information
#88052B (or 0x88052B) is known color: Burgundy. HEX triplet: 88, 05 and 2B. RGB value is (136,5,43). Sum of RGB (Red+Green+Blue) = 136+5+43=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88052B is #77FAD4. Grayscale: #303030. Windows color (decimal): -7862997 or 2819464. OLE color: 2819464.
HSL color Cylindrical-coordinate representation of color #88052B: hue angle of 342.6º 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 #88052B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.47 |
| HSL | 342.6º | 0.93% | 0.28% | - |
| HSV(B) | 342.6º | 0.96% | 0.53% | - |
| XYZ | 10.64 | 5.52 | 2.79 | - |
| YUV | 48.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 43 | 0 | 0.96 | 0.68 | 0.47 | 342.6 | 0.93 | 0.28 |
| Hex | 88 | 5 | 2B | 0 | 60 | 44 | 2F | 157 | 5D | 1C |
| Octal | 210 | 5 | 53 | 0 | 140 | 104 | 57 | 527 | 135 | 34 |
| Binary | 10001000 | 101 | 101011 | 0 | 1100000 | 1000100 | 101111 | 101010111 | 1011101 | 11100 |
Color Harmonies of #88052B
Complementary color
Monochromatic Colors of #88052B
Black with #88052B
Text Example
Text Example
White with #88052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88052B; }
p { color: rgb(136,5,43); }
H1.HeaderClassName
{
color: #88052B;
}
.AnyTagClassName
{
color: #88052B;
}
</style>
background-color css
<style>
a { background-color: #88052B; }
a { background-color: rgb(136,5,43); }
div.DivClassName
{
background-color: #88052B;
}
.BgClassName
{
background-color: #88052B;
}
</style>
border-color css
<style>
span { border-color: #88052B; }
span { border-color: rgb(136,5,43); }
td.TdClassName
{
border-color: #88052B;
}
.TagClassName
{
border-color: #88052B;
}
</style>