Shades of Burgundy #870524
Tints of Burgundy #870524
RGB
CMYK
RGB Variations
Color information
#870524 (or 0x870524) is known color: Burgundy. HEX triplet: 87, 05 and 24. RGB value is (135,5,36). Sum of RGB (Red+Green+Blue) = 135+5+36=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870524 is #78FADB. Grayscale: #2F2F2F. Windows color (decimal): -7928540 or 2360711. OLE color: 2360711.
HSL color Cylindrical-coordinate representation of color #870524: hue angle of 345.69º 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 #870524 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 36 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.47 |
| HSL | 345.69º | 0.93% | 0.27% | - |
| HSV(B) | 345.69º | 0.96% | 0.53% | - |
| XYZ | 10.36 | 5.39 | 2.16 | - |
| YUV | 47.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 36 | 0 | 0.96 | 0.73 | 0.47 | 345.69 | 0.93 | 0.27 |
| Hex | 87 | 5 | 24 | 0 | 60 | 49 | 2F | 15A | 5D | 1B |
| Octal | 207 | 5 | 44 | 0 | 140 | 111 | 57 | 532 | 135 | 33 |
| Binary | 10000111 | 101 | 100100 | 0 | 1100000 | 1001001 | 101111 | 101011010 | 1011101 | 11011 |
Color Harmonies of #870524
Complementary color
Monochromatic Colors of #870524
Black with #870524
Text Example
Text Example
White with #870524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870524; }
p { color: rgb(135,5,36); }
H1.HeaderClassName
{
color: #870524;
}
.AnyTagClassName
{
color: #870524;
}
</style>
background-color css
<style>
a { background-color: #870524; }
a { background-color: rgb(135,5,36); }
div.DivClassName
{
background-color: #870524;
}
.BgClassName
{
background-color: #870524;
}
</style>
border-color css
<style>
span { border-color: #870524; }
span { border-color: rgb(135,5,36); }
td.TdClassName
{
border-color: #870524;
}
.TagClassName
{
border-color: #870524;
}
</style>