Shades of Disco #87244A
Tints of Disco #87244A
RGB
CMYK
RGB Variations
Color information
#87244A (or 0x87244A) is known color: Disco. HEX triplet: 87, 24 and 4A. RGB value is (135,36,74). Sum of RGB (Red+Green+Blue) = 135+36+74=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87244A is #78DBB5. Grayscale: #454545. Windows color (decimal): -7920566 or 4859015. OLE color: 4859015.
HSL color Cylindrical-coordinate representation of color #87244A: hue angle of 336.97º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87244A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 36 | 74 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.47 |
| HSL | 336.97º | 0.58% | 0.34% | - |
| HSV(B) | 336.97º | 0.73% | 0.53% | - |
| XYZ | 11.86 | 6.91 | 7.19 | - |
| YUV | 69.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 74 | 0 | 0.73 | 0.45 | 0.47 | 336.97 | 0.58 | 0.34 |
| Hex | 87 | 24 | 4A | 0 | 49 | 2D | 2F | 151 | 3A | 22 |
| Octal | 207 | 44 | 112 | 0 | 111 | 55 | 57 | 521 | 72 | 42 |
| Binary | 10000111 | 100100 | 1001010 | 0 | 1001001 | 101101 | 101111 | 101010001 | 111010 | 100010 |
Color Harmonies of #87244A
Complementary color
Monochromatic Colors of #87244A
Black with #87244A
Text Example
Text Example
White with #87244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87244A; }
p { color: rgb(135,36,74); }
H1.HeaderClassName
{
color: #87244A;
}
.AnyTagClassName
{
color: #87244A;
}
</style>
background-color css
<style>
a { background-color: #87244A; }
a { background-color: rgb(135,36,74); }
div.DivClassName
{
background-color: #87244A;
}
.BgClassName
{
background-color: #87244A;
}
</style>
border-color css
<style>
span { border-color: #87244A; }
span { border-color: rgb(135,36,74); }
td.TdClassName
{
border-color: #87244A;
}
.TagClassName
{
border-color: #87244A;
}
</style>