Shades of Solid Pink #875157
Tints of Solid Pink #875157
RGB
CMYK
RGB Variations
Color information
#875157 (or 0x875157) is known color: Solid Pink. HEX triplet: 87, 51 and 57. RGB value is (135,81,87). Sum of RGB (Red+Green+Blue) = 135+81+87=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875157 is #78AEA8. Grayscale: #616161. Windows color (decimal): -7909033 or 5722503. OLE color: 5722503.
HSL color Cylindrical-coordinate representation of color #875157: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875157 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 87 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.47 |
| HSL | 353.33º | 0.25% | 0.42% | - |
| HSV(B) | 353.33º | 0.4% | 0.53% | - |
| XYZ | 14.65 | 11.72 | 10.51 | - |
| YUV | 97.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 87 | 0 | 0.40 | 0.36 | 0.47 | 353.33 | 0.25 | 0.42 |
| Hex | 87 | 51 | 57 | 0 | 28 | 24 | 2F | 161 | 19 | 2A |
| Octal | 207 | 121 | 127 | 0 | 50 | 44 | 57 | 541 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1010111 | 0 | 101000 | 100100 | 101111 | 101100001 | 11001 | 101010 |
Color Harmonies of #875157
Complementary color
Monochromatic Colors of #875157
Black with #875157
Text Example
Text Example
White with #875157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875157; }
p { color: rgb(135,81,87); }
H1.HeaderClassName
{
color: #875157;
}
.AnyTagClassName
{
color: #875157;
}
</style>
background-color css
<style>
a { background-color: #875157; }
a { background-color: rgb(135,81,87); }
div.DivClassName
{
background-color: #875157;
}
.BgClassName
{
background-color: #875157;
}
</style>
border-color css
<style>
span { border-color: #875157; }
span { border-color: rgb(135,81,87); }
td.TdClassName
{
border-color: #875157;
}
.TagClassName
{
border-color: #875157;
}
</style>