Shades of Disco #87294C
Tints of Disco #87294C
RGB
CMYK
RGB Variations
Color information
#87294C (or 0x87294C) is known color: Disco. HEX triplet: 87, 29 and 4C. RGB value is (135,41,76). Sum of RGB (Red+Green+Blue) = 135+41+76=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87294C is #78D6B3. Grayscale: #494949. Windows color (decimal): -7919284 or 4991367. OLE color: 4991367.
HSL color Cylindrical-coordinate representation of color #87294C: hue angle of 337.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87294C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 76 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.47 |
| HSL | 337.66º | 0.53% | 0.35% | - |
| HSV(B) | 337.66º | 0.7% | 0.53% | - |
| XYZ | 12.09 | 7.26 | 7.6 | - |
| YUV | 73.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 76 | 0 | 0.70 | 0.44 | 0.47 | 337.66 | 0.53 | 0.35 |
| Hex | 87 | 29 | 4C | 0 | 46 | 2C | 2F | 152 | 35 | 23 |
| Octal | 207 | 51 | 114 | 0 | 106 | 54 | 57 | 522 | 65 | 43 |
| Binary | 10000111 | 101001 | 1001100 | 0 | 1000110 | 101100 | 101111 | 101010010 | 110101 | 100011 |
Color Harmonies of #87294C
Complementary color
Monochromatic Colors of #87294C
Black with #87294C
Text Example
Text Example
White with #87294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87294C; }
p { color: rgb(135,41,76); }
H1.HeaderClassName
{
color: #87294C;
}
.AnyTagClassName
{
color: #87294C;
}
</style>
background-color css
<style>
a { background-color: #87294C; }
a { background-color: rgb(135,41,76); }
div.DivClassName
{
background-color: #87294C;
}
.BgClassName
{
background-color: #87294C;
}
</style>
border-color css
<style>
span { border-color: #87294C; }
span { border-color: rgb(135,41,76); }
td.TdClassName
{
border-color: #87294C;
}
.TagClassName
{
border-color: #87294C;
}
</style>