Shades of Disco #87204D
Tints of Disco #87204D
RGB
CMYK
RGB Variations
Color information
#87204D (or 0x87204D) is known color: Disco. HEX triplet: 87, 20 and 4D. RGB value is (135,32,77). Sum of RGB (Red+Green+Blue) = 135+32+77=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87204D is #78DFB2. Grayscale: #434343. Windows color (decimal): -7921587 or 5054599. OLE color: 5054599.
HSL color Cylindrical-coordinate representation of color #87204D: hue angle of 333.79º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87204D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 77 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.47 |
| HSL | 333.79º | 0.62% | 0.33% | - |
| HSV(B) | 333.79º | 0.76% | 0.53% | - |
| XYZ | 11.85 | 6.72 | 7.69 | - |
| YUV | 67.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 77 | 0 | 0.76 | 0.43 | 0.47 | 333.79 | 0.62 | 0.33 |
| Hex | 87 | 20 | 4D | 0 | 4C | 2B | 2F | 14E | 3E | 21 |
| Octal | 207 | 40 | 115 | 0 | 114 | 53 | 57 | 516 | 76 | 41 |
| Binary | 10000111 | 100000 | 1001101 | 0 | 1001100 | 101011 | 101111 | 101001110 | 111110 | 100001 |
Color Harmonies of #87204D
Complementary color
Monochromatic Colors of #87204D
Black with #87204D
Text Example
Text Example
White with #87204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87204D; }
p { color: rgb(135,32,77); }
H1.HeaderClassName
{
color: #87204D;
}
.AnyTagClassName
{
color: #87204D;
}
</style>
background-color css
<style>
a { background-color: #87204D; }
a { background-color: rgb(135,32,77); }
div.DivClassName
{
background-color: #87204D;
}
.BgClassName
{
background-color: #87204D;
}
</style>
border-color css
<style>
span { border-color: #87204D; }
span { border-color: rgb(135,32,77); }
td.TdClassName
{
border-color: #87204D;
}
.TagClassName
{
border-color: #87204D;
}
</style>