Shades of Solid Pink #875153
Tints of Solid Pink #875153
RGB
CMYK
RGB Variations
Color information
#875153 (or 0x875153) is known color: Solid Pink. HEX triplet: 87, 51 and 53. RGB value is (135,81,83). Sum of RGB (Red+Green+Blue) = 135+81+83=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875153 is #78AEAC. Grayscale: #616161. Windows color (decimal): -7909037 or 5460359. OLE color: 5460359.
HSL color Cylindrical-coordinate representation of color #875153: hue angle of 357.78º 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 #875153 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 83 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.47 |
| HSL | 357.78º | 0.25% | 0.42% | - |
| HSV(B) | 357.78º | 0.4% | 0.53% | - |
| XYZ | 14.5 | 11.66 | 9.67 | - |
| YUV | 97.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 83 | 0 | 0.40 | 0.39 | 0.47 | 357.78 | 0.25 | 0.42 |
| Hex | 87 | 51 | 53 | 0 | 28 | 27 | 2F | 166 | 19 | 2A |
| Octal | 207 | 121 | 123 | 0 | 50 | 47 | 57 | 546 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1010011 | 0 | 101000 | 100111 | 101111 | 101100110 | 11001 | 101010 |
Color Harmonies of #875153
Complementary color
Monochromatic Colors of #875153
Black with #875153
Text Example
Text Example
White with #875153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875153; }
p { color: rgb(135,81,83); }
H1.HeaderClassName
{
color: #875153;
}
.AnyTagClassName
{
color: #875153;
}
</style>
background-color css
<style>
a { background-color: #875153; }
a { background-color: rgb(135,81,83); }
div.DivClassName
{
background-color: #875153;
}
.BgClassName
{
background-color: #875153;
}
</style>
border-color css
<style>
span { border-color: #875153; }
span { border-color: rgb(135,81,83); }
td.TdClassName
{
border-color: #875153;
}
.TagClassName
{
border-color: #875153;
}
</style>