Shades of Solid Pink #875556
Tints of Solid Pink #875556
RGB
CMYK
RGB Variations
Color information
#875556 (or 0x875556) is known color: Solid Pink. HEX triplet: 87, 55 and 56. RGB value is (135,85,86). Sum of RGB (Red+Green+Blue) = 135+85+86=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875556 is #78AAA9. Grayscale: #646464. Windows color (decimal): -7908010 or 5657991. OLE color: 5657991.
HSL color Cylindrical-coordinate representation of color #875556: hue angle of 358.8º 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 #875556 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 86 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.47 |
| HSL | 358.8º | 0.23% | 0.43% | - |
| HSV(B) | 358.8º | 0.37% | 0.53% | - |
| XYZ | 14.92 | 12.32 | 10.4 | - |
| YUV | 100.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 86 | 0 | 0.37 | 0.36 | 0.47 | 358.8 | 0.23 | 0.43 |
| Hex | 87 | 55 | 56 | 0 | 25 | 24 | 2F | 167 | 17 | 2B |
| Octal | 207 | 125 | 126 | 0 | 45 | 44 | 57 | 547 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1010110 | 0 | 100101 | 100100 | 101111 | 101100111 | 10111 | 101011 |
Color Harmonies of #875556
Complementary color
Monochromatic Colors of #875556
Black with #875556
Text Example
Text Example
White with #875556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875556; }
p { color: rgb(135,85,86); }
H1.HeaderClassName
{
color: #875556;
}
.AnyTagClassName
{
color: #875556;
}
</style>
background-color css
<style>
a { background-color: #875556; }
a { background-color: rgb(135,85,86); }
div.DivClassName
{
background-color: #875556;
}
.BgClassName
{
background-color: #875556;
}
</style>
border-color css
<style>
span { border-color: #875556; }
span { border-color: rgb(135,85,86); }
td.TdClassName
{
border-color: #875556;
}
.TagClassName
{
border-color: #875556;
}
</style>