Shades of Disco #870D47
Tints of Disco #870D47
RGB
CMYK
RGB Variations
Color information
#870D47 (or 0x870D47) is known color: Disco. HEX triplet: 87, 0D and 47. RGB value is (135,13,71). Sum of RGB (Red+Green+Blue) = 135+13+71=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #870D47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D47 is #78F2B8. Grayscale: #373737. Windows color (decimal): -7926457 or 4656519. OLE color: 4656519.
HSL color Cylindrical-coordinate representation of color #870D47: hue angle of 331.48º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D47 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 71 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.47 |
| HSL | 331.48º | 0.82% | 0.29% | - |
| HSV(B) | 331.48º | 0.9% | 0.53% | - |
| XYZ | 11.27 | 5.89 | 6.5 | - |
| YUV | 56.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 71 | 0 | 0.90 | 0.47 | 0.47 | 331.48 | 0.82 | 0.29 |
| Hex | 87 | D | 47 | 0 | 5A | 2F | 2F | 14B | 52 | 1D |
| Octal | 207 | 15 | 107 | 0 | 132 | 57 | 57 | 513 | 122 | 35 |
| Binary | 10000111 | 1101 | 1000111 | 0 | 1011010 | 101111 | 101111 | 101001011 | 1010010 | 11101 |
Color Harmonies of #870D47
Complementary color
Monochromatic Colors of #870D47
Black with #870D47
Text Example
Text Example
White with #870D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D47; }
p { color: rgb(135,13,71); }
H1.HeaderClassName
{
color: #870D47;
}
.AnyTagClassName
{
color: #870D47;
}
</style>
background-color css
<style>
a { background-color: #870D47; }
a { background-color: rgb(135,13,71); }
div.DivClassName
{
background-color: #870D47;
}
.BgClassName
{
background-color: #870D47;
}
</style>
border-color css
<style>
span { border-color: #870D47; }
span { border-color: rgb(135,13,71); }
td.TdClassName
{
border-color: #870D47;
}
.TagClassName
{
border-color: #870D47;
}
</style>