Shades of Burgundy #870523
Tints of Burgundy #870523
RGB
CMYK
RGB Variations
Color information
#870523 (or 0x870523) is known color: Burgundy. HEX triplet: 87, 05 and 23. RGB value is (135,5,35). Sum of RGB (Red+Green+Blue) = 135+5+35=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #870523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870523 is #78FADC. Grayscale: #2F2F2F. Windows color (decimal): -7928541 or 2295175. OLE color: 2295175.
HSL color Cylindrical-coordinate representation of color #870523: hue angle of 346.15º 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 #870523 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 35 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.47 |
| HSL | 346.15º | 0.93% | 0.27% | - |
| HSV(B) | 346.15º | 0.96% | 0.53% | - |
| XYZ | 10.35 | 5.38 | 2.08 | - |
| YUV | 47.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 35 | 0 | 0.96 | 0.74 | 0.47 | 346.15 | 0.93 | 0.27 |
| Hex | 87 | 5 | 23 | 0 | 60 | 4A | 2F | 15A | 5D | 1B |
| Octal | 207 | 5 | 43 | 0 | 140 | 112 | 57 | 532 | 135 | 33 |
| Binary | 10000111 | 101 | 100011 | 0 | 1100000 | 1001010 | 101111 | 101011010 | 1011101 | 11011 |
Color Harmonies of #870523
Complementary color
Monochromatic Colors of #870523
Black with #870523
Text Example
Text Example
White with #870523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870523; }
p { color: rgb(135,5,35); }
H1.HeaderClassName
{
color: #870523;
}
.AnyTagClassName
{
color: #870523;
}
</style>
background-color css
<style>
a { background-color: #870523; }
a { background-color: rgb(135,5,35); }
div.DivClassName
{
background-color: #870523;
}
.BgClassName
{
background-color: #870523;
}
</style>
border-color css
<style>
span { border-color: #870523; }
span { border-color: rgb(135,5,35); }
td.TdClassName
{
border-color: #870523;
}
.TagClassName
{
border-color: #870523;
}
</style>