Shades of Solid Pink #87555A
Tints of Solid Pink #87555A
RGB
CMYK
RGB Variations
Color information
#87555A (or 0x87555A) is known color: Solid Pink. HEX triplet: 87, 55 and 5A. RGB value is (135,85,90). Sum of RGB (Red+Green+Blue) = 135+85+90=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555A is #78AAA5. Grayscale: #646464. Windows color (decimal): -7908006 or 5920135. OLE color: 5920135.
HSL color Cylindrical-coordinate representation of color #87555A: hue angle of 354º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87555A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 90 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.47 |
| HSL | 354º | 0.23% | 0.43% | - |
| HSV(B) | 354º | 0.37% | 0.53% | - |
| XYZ | 15.09 | 12.39 | 11.27 | - |
| YUV | 100.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 90 | 0 | 0.37 | 0.33 | 0.47 | 354 | 0.23 | 0.43 |
| Hex | 87 | 55 | 5A | 0 | 25 | 21 | 2F | 162 | 17 | 2B |
| Octal | 207 | 125 | 132 | 0 | 45 | 41 | 57 | 542 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1011010 | 0 | 100101 | 100001 | 101111 | 101100010 | 10111 | 101011 |
Color Harmonies of #87555A
Complementary color
Monochromatic Colors of #87555A
Black with #87555A
Text Example
Text Example
White with #87555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87555A; }
p { color: rgb(135,85,90); }
H1.HeaderClassName
{
color: #87555A;
}
.AnyTagClassName
{
color: #87555A;
}
</style>
background-color css
<style>
a { background-color: #87555A; }
a { background-color: rgb(135,85,90); }
div.DivClassName
{
background-color: #87555A;
}
.BgClassName
{
background-color: #87555A;
}
</style>
border-color css
<style>
span { border-color: #87555A; }
span { border-color: rgb(135,85,90); }
td.TdClassName
{
border-color: #87555A;
}
.TagClassName
{
border-color: #87555A;
}
</style>