Shades of Disco #87234C
Tints of Disco #87234C
RGB
CMYK
RGB Variations
Color information
#87234C (or 0x87234C) is known color: Disco. HEX triplet: 87, 23 and 4C. RGB value is (135,35,76). Sum of RGB (Red+Green+Blue) = 135+35+76=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87234C is #78DCB3. Grayscale: #454545. Windows color (decimal): -7920820 or 4989831. OLE color: 4989831.
HSL color Cylindrical-coordinate representation of color #87234C: hue angle of 335.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87234C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 76 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.47 |
| HSL | 335.4º | 0.59% | 0.33% | - |
| HSV(B) | 335.4º | 0.74% | 0.53% | - |
| XYZ | 11.9 | 6.87 | 7.54 | - |
| YUV | 69.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 76 | 0 | 0.74 | 0.44 | 0.47 | 335.4 | 0.59 | 0.33 |
| Hex | 87 | 23 | 4C | 0 | 4A | 2C | 2F | 14F | 3B | 21 |
| Octal | 207 | 43 | 114 | 0 | 112 | 54 | 57 | 517 | 73 | 41 |
| Binary | 10000111 | 100011 | 1001100 | 0 | 1001010 | 101100 | 101111 | 101001111 | 111011 | 100001 |
Color Harmonies of #87234C
Complementary color
Monochromatic Colors of #87234C
Black with #87234C
Text Example
Text Example
White with #87234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87234C; }
p { color: rgb(135,35,76); }
H1.HeaderClassName
{
color: #87234C;
}
.AnyTagClassName
{
color: #87234C;
}
</style>
background-color css
<style>
a { background-color: #87234C; }
a { background-color: rgb(135,35,76); }
div.DivClassName
{
background-color: #87234C;
}
.BgClassName
{
background-color: #87234C;
}
</style>
border-color css
<style>
span { border-color: #87234C; }
span { border-color: rgb(135,35,76); }
td.TdClassName
{
border-color: #87234C;
}
.TagClassName
{
border-color: #87234C;
}
</style>