Shades of Burgundy #88053C
Tints of Burgundy #88053C
RGB
CMYK
RGB Variations
Color information
#88053C (or 0x88053C) is known color: Burgundy. HEX triplet: 88, 05 and 3C. RGB value is (136,5,60). Sum of RGB (Red+Green+Blue) = 136+5+60=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88053C is #77FAC3. Grayscale: #323232. Windows color (decimal): -7862980 or 3933576. OLE color: 3933576.
HSL color Cylindrical-coordinate representation of color #88053C: hue angle of 334.81º 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 #88053C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.47 |
| HSL | 334.81º | 0.93% | 0.28% | - |
| HSV(B) | 334.81º | 0.96% | 0.53% | - |
| XYZ | 11.02 | 5.67 | 4.79 | - |
| YUV | 50.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 60 | 0 | 0.96 | 0.56 | 0.47 | 334.81 | 0.93 | 0.28 |
| Hex | 88 | 5 | 3C | 0 | 60 | 38 | 2F | 14F | 5D | 1C |
| Octal | 210 | 5 | 74 | 0 | 140 | 70 | 57 | 517 | 135 | 34 |
| Binary | 10001000 | 101 | 111100 | 0 | 1100000 | 111000 | 101111 | 101001111 | 1011101 | 11100 |
Color Harmonies of #88053C
Complementary color
Monochromatic Colors of #88053C
Black with #88053C
Text Example
Text Example
White with #88053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88053C; }
p { color: rgb(136,5,60); }
H1.HeaderClassName
{
color: #88053C;
}
.AnyTagClassName
{
color: #88053C;
}
</style>
background-color css
<style>
a { background-color: #88053C; }
a { background-color: rgb(136,5,60); }
div.DivClassName
{
background-color: #88053C;
}
.BgClassName
{
background-color: #88053C;
}
</style>
border-color css
<style>
span { border-color: #88053C; }
span { border-color: rgb(136,5,60); }
td.TdClassName
{
border-color: #88053C;
}
.TagClassName
{
border-color: #88053C;
}
</style>