Shades of Burgundy #870525
Tints of Burgundy #870525
RGB
CMYK
RGB Variations
Color information
#870525 (or 0x870525) is known color: Burgundy. HEX triplet: 87, 05 and 25. RGB value is (135,5,37). Sum of RGB (Red+Green+Blue) = 135+5+37=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870525 is #78FADA. Grayscale: #2F2F2F. Windows color (decimal): -7928539 or 2426247. OLE color: 2426247.
HSL color Cylindrical-coordinate representation of color #870525: hue angle of 345.23º 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 #870525 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 37 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.47 |
| HSL | 345.23º | 0.93% | 0.27% | - |
| HSV(B) | 345.23º | 0.96% | 0.53% | - |
| XYZ | 10.38 | 5.39 | 2.24 | - |
| YUV | 47.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 37 | 0 | 0.96 | 0.73 | 0.47 | 345.23 | 0.93 | 0.27 |
| Hex | 87 | 5 | 25 | 0 | 60 | 49 | 2F | 159 | 5D | 1B |
| Octal | 207 | 5 | 45 | 0 | 140 | 111 | 57 | 531 | 135 | 33 |
| Binary | 10000111 | 101 | 100101 | 0 | 1100000 | 1001001 | 101111 | 101011001 | 1011101 | 11011 |
Color Harmonies of #870525
Complementary color
Monochromatic Colors of #870525
Black with #870525
Text Example
Text Example
White with #870525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870525; }
p { color: rgb(135,5,37); }
H1.HeaderClassName
{
color: #870525;
}
.AnyTagClassName
{
color: #870525;
}
</style>
background-color css
<style>
a { background-color: #870525; }
a { background-color: rgb(135,5,37); }
div.DivClassName
{
background-color: #870525;
}
.BgClassName
{
background-color: #870525;
}
</style>
border-color css
<style>
span { border-color: #870525; }
span { border-color: rgb(135,5,37); }
td.TdClassName
{
border-color: #870525;
}
.TagClassName
{
border-color: #870525;
}
</style>