Shades of Disco #87294F
Tints of Disco #87294F
RGB
CMYK
RGB Variations
Color information
#87294F (or 0x87294F) is known color: Disco. HEX triplet: 87, 29 and 4F. RGB value is (135,41,79). Sum of RGB (Red+Green+Blue) = 135+41+79=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #87294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87294F is #78D6B0. Grayscale: #494949. Windows color (decimal): -7919281 or 5187975. OLE color: 5187975.
HSL color Cylindrical-coordinate representation of color #87294F: hue angle of 335.74º 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 #87294F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 79 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.47 |
| HSL | 335.74º | 0.53% | 0.35% | - |
| HSV(B) | 335.74º | 0.7% | 0.53% | - |
| XYZ | 12.2 | 7.3 | 8.16 | - |
| YUV | 73.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 79 | 0 | 0.70 | 0.41 | 0.47 | 335.74 | 0.53 | 0.35 |
| Hex | 87 | 29 | 4F | 0 | 46 | 29 | 2F | 150 | 35 | 23 |
| Octal | 207 | 51 | 117 | 0 | 106 | 51 | 57 | 520 | 65 | 43 |
| Binary | 10000111 | 101001 | 1001111 | 0 | 1000110 | 101001 | 101111 | 101010000 | 110101 | 100011 |
Color Harmonies of #87294F
Complementary color
Monochromatic Colors of #87294F
Black with #87294F
Text Example
Text Example
White with #87294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87294F; }
p { color: rgb(135,41,79); }
H1.HeaderClassName
{
color: #87294F;
}
.AnyTagClassName
{
color: #87294F;
}
</style>
background-color css
<style>
a { background-color: #87294F; }
a { background-color: rgb(135,41,79); }
div.DivClassName
{
background-color: #87294F;
}
.BgClassName
{
background-color: #87294F;
}
</style>
border-color css
<style>
span { border-color: #87294F; }
span { border-color: rgb(135,41,79); }
td.TdClassName
{
border-color: #87294F;
}
.TagClassName
{
border-color: #87294F;
}
</style>