Shades of Solid Pink #875059
Tints of Solid Pink #875059
RGB
CMYK
RGB Variations
Color information
#875059 (or 0x875059) is known color: Solid Pink. HEX triplet: 87, 50 and 59. RGB value is (135,80,89). Sum of RGB (Red+Green+Blue) = 135+80+89=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875059 is #78AFA6. Grayscale: #616161. Windows color (decimal): -7909287 or 5853319. OLE color: 5853319.
HSL color Cylindrical-coordinate representation of color #875059: hue angle of 350.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875059 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 89 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.47 |
| HSL | 350.18º | 0.26% | 0.42% | - |
| HSV(B) | 350.18º | 0.41% | 0.53% | - |
| XYZ | 14.66 | 11.61 | 10.92 | - |
| YUV | 97.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 89 | 0 | 0.41 | 0.34 | 0.47 | 350.18 | 0.26 | 0.42 |
| Hex | 87 | 50 | 59 | 0 | 29 | 22 | 2F | 15E | 1A | 2A |
| Octal | 207 | 120 | 131 | 0 | 51 | 42 | 57 | 536 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1011001 | 0 | 101001 | 100010 | 101111 | 101011110 | 11010 | 101010 |
Color Harmonies of #875059
Complementary color
Monochromatic Colors of #875059
Black with #875059
Text Example
Text Example
White with #875059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875059; }
p { color: rgb(135,80,89); }
H1.HeaderClassName
{
color: #875059;
}
.AnyTagClassName
{
color: #875059;
}
</style>
background-color css
<style>
a { background-color: #875059; }
a { background-color: rgb(135,80,89); }
div.DivClassName
{
background-color: #875059;
}
.BgClassName
{
background-color: #875059;
}
</style>
border-color css
<style>
span { border-color: #875059; }
span { border-color: rgb(135,80,89); }
td.TdClassName
{
border-color: #875059;
}
.TagClassName
{
border-color: #875059;
}
</style>