Shades of Disco #87324E
Tints of Disco #87324E
RGB
CMYK
RGB Variations
Color information
#87324E (or 0x87324E) is known color: Disco. HEX triplet: 87, 32 and 4E. RGB value is (135,50,78). Sum of RGB (Red+Green+Blue) = 135+50+78=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87324E is #78CDB1. Grayscale: #4E4E4E. Windows color (decimal): -7916978 or 5124743. OLE color: 5124743.
HSL color Cylindrical-coordinate representation of color #87324E: hue angle of 340.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87324E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 78 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.47 |
| HSL | 340.24º | 0.46% | 0.36% | - |
| HSV(B) | 340.24º | 0.63% | 0.53% | - |
| XYZ | 12.51 | 7.98 | 8.09 | - |
| YUV | 78.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 78 | 0 | 0.63 | 0.42 | 0.47 | 340.24 | 0.46 | 0.36 |
| Hex | 87 | 32 | 4E | 0 | 3F | 2A | 2F | 154 | 2E | 24 |
| Octal | 207 | 62 | 116 | 0 | 77 | 52 | 57 | 524 | 56 | 44 |
| Binary | 10000111 | 110010 | 1001110 | 0 | 111111 | 101010 | 101111 | 101010100 | 101110 | 100100 |
Color Harmonies of #87324E
Complementary color
Monochromatic Colors of #87324E
Black with #87324E
Text Example
Text Example
White with #87324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87324E; }
p { color: rgb(135,50,78); }
H1.HeaderClassName
{
color: #87324E;
}
.AnyTagClassName
{
color: #87324E;
}
</style>
background-color css
<style>
a { background-color: #87324E; }
a { background-color: rgb(135,50,78); }
div.DivClassName
{
background-color: #87324E;
}
.BgClassName
{
background-color: #87324E;
}
</style>
border-color css
<style>
span { border-color: #87324E; }
span { border-color: rgb(135,50,78); }
td.TdClassName
{
border-color: #87324E;
}
.TagClassName
{
border-color: #87324E;
}
</style>