Shades of Solid Pink #875459
Tints of Solid Pink #875459
RGB
CMYK
RGB Variations
Color information
#875459 (or 0x875459) is known color: Solid Pink. HEX triplet: 87, 54 and 59. RGB value is (135,84,89). Sum of RGB (Red+Green+Blue) = 135+84+89=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875459 is #78ABA6. Grayscale: #636363. Windows color (decimal): -7908263 or 5854343. OLE color: 5854343.
HSL color Cylindrical-coordinate representation of color #875459: hue angle of 354.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875459 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 89 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.47 |
| HSL | 354.12º | 0.23% | 0.43% | - |
| HSV(B) | 354.12º | 0.38% | 0.53% | - |
| XYZ | 14.97 | 12.21 | 11.02 | - |
| YUV | 99.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 89 | 0 | 0.38 | 0.34 | 0.47 | 354.12 | 0.23 | 0.43 |
| Hex | 87 | 54 | 59 | 0 | 26 | 22 | 2F | 162 | 17 | 2B |
| Octal | 207 | 124 | 131 | 0 | 46 | 42 | 57 | 542 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1011001 | 0 | 100110 | 100010 | 101111 | 101100010 | 10111 | 101011 |
Color Harmonies of #875459
Complementary color
Monochromatic Colors of #875459
Black with #875459
Text Example
Text Example
White with #875459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875459; }
p { color: rgb(135,84,89); }
H1.HeaderClassName
{
color: #875459;
}
.AnyTagClassName
{
color: #875459;
}
</style>
background-color css
<style>
a { background-color: #875459; }
a { background-color: rgb(135,84,89); }
div.DivClassName
{
background-color: #875459;
}
.BgClassName
{
background-color: #875459;
}
</style>
border-color css
<style>
span { border-color: #875459; }
span { border-color: rgb(135,84,89); }
td.TdClassName
{
border-color: #875459;
}
.TagClassName
{
border-color: #875459;
}
</style>