Shades of Solid Pink #875359
Tints of Solid Pink #875359
RGB
CMYK
RGB Variations
Color information
#875359 (or 0x875359) is known color: Solid Pink. HEX triplet: 87, 53 and 59. RGB value is (135,83,89). Sum of RGB (Red+Green+Blue) = 135+83+89=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875359 is #78ACA6. Grayscale: #636363. Windows color (decimal): -7908519 or 5854087. OLE color: 5854087.
HSL color Cylindrical-coordinate representation of color #875359: hue angle of 353.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875359 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 89 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.47 |
| HSL | 353.08º | 0.24% | 0.43% | - |
| HSV(B) | 353.08º | 0.39% | 0.53% | - |
| XYZ | 14.89 | 12.06 | 10.99 | - |
| YUV | 99.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 89 | 0 | 0.39 | 0.34 | 0.47 | 353.08 | 0.24 | 0.43 |
| Hex | 87 | 53 | 59 | 0 | 27 | 22 | 2F | 161 | 18 | 2B |
| Octal | 207 | 123 | 131 | 0 | 47 | 42 | 57 | 541 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1011001 | 0 | 100111 | 100010 | 101111 | 101100001 | 11000 | 101011 |
Color Harmonies of #875359
Complementary color
Monochromatic Colors of #875359
Black with #875359
Text Example
Text Example
White with #875359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875359; }
p { color: rgb(135,83,89); }
H1.HeaderClassName
{
color: #875359;
}
.AnyTagClassName
{
color: #875359;
}
</style>
background-color css
<style>
a { background-color: #875359; }
a { background-color: rgb(135,83,89); }
div.DivClassName
{
background-color: #875359;
}
.BgClassName
{
background-color: #875359;
}
</style>
border-color css
<style>
span { border-color: #875359; }
span { border-color: rgb(135,83,89); }
td.TdClassName
{
border-color: #875359;
}
.TagClassName
{
border-color: #875359;
}
</style>