Shades of Disco #87324D
Tints of Disco #87324D
RGB
CMYK
RGB Variations
Color information
#87324D (or 0x87324D) is known color: Disco. HEX triplet: 87, 32 and 4D. RGB value is (135,50,77). Sum of RGB (Red+Green+Blue) = 135+50+77=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87324D is #78CDB2. Grayscale: #4E4E4E. Windows color (decimal): -7916979 or 5059207. OLE color: 5059207.
HSL color Cylindrical-coordinate representation of color #87324D: hue angle of 340.94º 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 #87324D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 77 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.47 |
| HSL | 340.94º | 0.46% | 0.36% | - |
| HSV(B) | 340.94º | 0.63% | 0.53% | - |
| XYZ | 12.47 | 7.97 | 7.9 | - |
| YUV | 78.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 77 | 0 | 0.63 | 0.43 | 0.47 | 340.94 | 0.46 | 0.36 |
| Hex | 87 | 32 | 4D | 0 | 3F | 2B | 2F | 155 | 2E | 24 |
| Octal | 207 | 62 | 115 | 0 | 77 | 53 | 57 | 525 | 56 | 44 |
| Binary | 10000111 | 110010 | 1001101 | 0 | 111111 | 101011 | 101111 | 101010101 | 101110 | 100100 |
Color Harmonies of #87324D
Complementary color
Monochromatic Colors of #87324D
Black with #87324D
Text Example
Text Example
White with #87324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87324D; }
p { color: rgb(135,50,77); }
H1.HeaderClassName
{
color: #87324D;
}
.AnyTagClassName
{
color: #87324D;
}
</style>
background-color css
<style>
a { background-color: #87324D; }
a { background-color: rgb(135,50,77); }
div.DivClassName
{
background-color: #87324D;
}
.BgClassName
{
background-color: #87324D;
}
</style>
border-color css
<style>
span { border-color: #87324D; }
span { border-color: rgb(135,50,77); }
td.TdClassName
{
border-color: #87324D;
}
.TagClassName
{
border-color: #87324D;
}
</style>