Shades of Burgundy #870530
Tints of Burgundy #870530
RGB
CMYK
RGB Variations
Color information
#870530 (or 0x870530) is known color: Burgundy. HEX triplet: 87, 05 and 30. RGB value is (135,5,48). Sum of RGB (Red+Green+Blue) = 135+5+48=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870530 is #78FACF. Grayscale: #303030. Windows color (decimal): -7928528 or 3147143. OLE color: 3147143.
HSL color Cylindrical-coordinate representation of color #870530: hue angle of 340.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 #870530 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 48 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.47 |
| HSL | 340.15º | 0.93% | 0.27% | - |
| HSV(B) | 340.15º | 0.96% | 0.53% | - |
| XYZ | 10.58 | 5.47 | 3.3 | - |
| YUV | 48.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 48 | 0 | 0.96 | 0.64 | 0.47 | 340.15 | 0.93 | 0.27 |
| Hex | 87 | 5 | 30 | 0 | 60 | 40 | 2F | 154 | 5D | 1B |
| Octal | 207 | 5 | 60 | 0 | 140 | 100 | 57 | 524 | 135 | 33 |
| Binary | 10000111 | 101 | 110000 | 0 | 1100000 | 1000000 | 101111 | 101010100 | 1011101 | 11011 |
Color Harmonies of #870530
Complementary color
Monochromatic Colors of #870530
Black with #870530
Text Example
Text Example
White with #870530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870530; }
p { color: rgb(135,5,48); }
H1.HeaderClassName
{
color: #870530;
}
.AnyTagClassName
{
color: #870530;
}
</style>
background-color css
<style>
a { background-color: #870530; }
a { background-color: rgb(135,5,48); }
div.DivClassName
{
background-color: #870530;
}
.BgClassName
{
background-color: #870530;
}
</style>
border-color css
<style>
span { border-color: #870530; }
span { border-color: rgb(135,5,48); }
td.TdClassName
{
border-color: #870530;
}
.TagClassName
{
border-color: #870530;
}
</style>