Shades of Disco #870F4A
Tints of Disco #870F4A
RGB
CMYK
RGB Variations
Color information
#870F4A (or 0x870F4A) is known color: Disco. HEX triplet: 87, 0F and 4A. RGB value is (135,15,74). Sum of RGB (Red+Green+Blue) = 135+15+74=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F4A is #78F0B5. Grayscale: #393939. Windows color (decimal): -7925942 or 4853639. OLE color: 4853639.
HSL color Cylindrical-coordinate representation of color #870F4A: hue angle of 330.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F4A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 74 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.47 |
| HSL | 330.5º | 0.8% | 0.29% | - |
| HSV(B) | 330.5º | 0.89% | 0.53% | - |
| XYZ | 11.4 | 5.99 | 7.03 | - |
| YUV | 57.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 74 | 0 | 0.89 | 0.45 | 0.47 | 330.5 | 0.8 | 0.29 |
| Hex | 87 | F | 4A | 0 | 59 | 2D | 2F | 14A | 50 | 1D |
| Octal | 207 | 17 | 112 | 0 | 131 | 55 | 57 | 512 | 120 | 35 |
| Binary | 10000111 | 1111 | 1001010 | 0 | 1011001 | 101101 | 101111 | 101001010 | 1010000 | 11101 |
Color Harmonies of #870F4A
Complementary color
Monochromatic Colors of #870F4A
Black with #870F4A
Text Example
Text Example
White with #870F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F4A; }
p { color: rgb(135,15,74); }
H1.HeaderClassName
{
color: #870F4A;
}
.AnyTagClassName
{
color: #870F4A;
}
</style>
background-color css
<style>
a { background-color: #870F4A; }
a { background-color: rgb(135,15,74); }
div.DivClassName
{
background-color: #870F4A;
}
.BgClassName
{
background-color: #870F4A;
}
</style>
border-color css
<style>
span { border-color: #870F4A; }
span { border-color: rgb(135,15,74); }
td.TdClassName
{
border-color: #870F4A;
}
.TagClassName
{
border-color: #870F4A;
}
</style>