Shades of Burgundy #87053B
Tints of Burgundy #87053B
RGB
CMYK
RGB Variations
Color information
#87053B (or 0x87053B) is known color: Burgundy. HEX triplet: 87, 05 and 3B. RGB value is (135,5,59). Sum of RGB (Red+Green+Blue) = 135+5+59=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87053B is #78FAC4. Grayscale: #313131. Windows color (decimal): -7928517 or 3868039. OLE color: 3868039.
HSL color Cylindrical-coordinate representation of color #87053B: hue angle of 335.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87053B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 59 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.47 |
| HSL | 335.08º | 0.93% | 0.27% | - |
| HSV(B) | 335.08º | 0.96% | 0.53% | - |
| XYZ | 10.84 | 5.58 | 4.64 | - |
| YUV | 50.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 59 | 0 | 0.96 | 0.56 | 0.47 | 335.08 | 0.93 | 0.27 |
| Hex | 87 | 5 | 3B | 0 | 60 | 38 | 2F | 14F | 5D | 1B |
| Octal | 207 | 5 | 73 | 0 | 140 | 70 | 57 | 517 | 135 | 33 |
| Binary | 10000111 | 101 | 111011 | 0 | 1100000 | 111000 | 101111 | 101001111 | 1011101 | 11011 |
Color Harmonies of #87053B
Complementary color
Monochromatic Colors of #87053B
Black with #87053B
Text Example
Text Example
White with #87053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87053B; }
p { color: rgb(135,5,59); }
H1.HeaderClassName
{
color: #87053B;
}
.AnyTagClassName
{
color: #87053B;
}
</style>
background-color css
<style>
a { background-color: #87053B; }
a { background-color: rgb(135,5,59); }
div.DivClassName
{
background-color: #87053B;
}
.BgClassName
{
background-color: #87053B;
}
</style>
border-color css
<style>
span { border-color: #87053B; }
span { border-color: rgb(135,5,59); }
td.TdClassName
{
border-color: #87053B;
}
.TagClassName
{
border-color: #87053B;
}
</style>