Shades of Disco #87354F
Tints of Disco #87354F
RGB
CMYK
RGB Variations
Color information
#87354F (or 0x87354F) is known color: Disco. HEX triplet: 87, 35 and 4F. RGB value is (135,53,79). Sum of RGB (Red+Green+Blue) = 135+53+79=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87354F is #78CAB0. Grayscale: #505050. Windows color (decimal): -7916209 or 5191047. OLE color: 5191047.
HSL color Cylindrical-coordinate representation of color #87354F: hue angle of 340.98º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87354F is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 79 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.47 |
| HSL | 340.98º | 0.44% | 0.37% | - |
| HSV(B) | 340.98º | 0.61% | 0.53% | - |
| XYZ | 12.68 | 8.26 | 8.32 | - |
| YUV | 80.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 79 | 0 | 0.61 | 0.41 | 0.47 | 340.98 | 0.44 | 0.37 |
| Hex | 87 | 35 | 4F | 0 | 3D | 29 | 2F | 155 | 2C | 25 |
| Octal | 207 | 65 | 117 | 0 | 75 | 51 | 57 | 525 | 54 | 45 |
| Binary | 10000111 | 110101 | 1001111 | 0 | 111101 | 101001 | 101111 | 101010101 | 101100 | 100101 |
Color Harmonies of #87354F
Complementary color
Monochromatic Colors of #87354F
Black with #87354F
Text Example
Text Example
White with #87354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87354F; }
p { color: rgb(135,53,79); }
H1.HeaderClassName
{
color: #87354F;
}
.AnyTagClassName
{
color: #87354F;
}
</style>
background-color css
<style>
a { background-color: #87354F; }
a { background-color: rgb(135,53,79); }
div.DivClassName
{
background-color: #87354F;
}
.BgClassName
{
background-color: #87354F;
}
</style>
border-color css
<style>
span { border-color: #87354F; }
span { border-color: rgb(135,53,79); }
td.TdClassName
{
border-color: #87354F;
}
.TagClassName
{
border-color: #87354F;
}
</style>