Shades of Solid Pink #875154
Tints of Solid Pink #875154
RGB
CMYK
RGB Variations
Color information
#875154 (or 0x875154) is known color: Solid Pink. HEX triplet: 87, 51 and 54. RGB value is (135,81,84). Sum of RGB (Red+Green+Blue) = 135+81+84=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875154 is #78AEAB. Grayscale: #616161. Windows color (decimal): -7909036 or 5525895. OLE color: 5525895.
HSL color Cylindrical-coordinate representation of color #875154: hue angle of 356.67º 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 #875154 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 84 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.47 |
| HSL | 356.67º | 0.25% | 0.42% | - |
| HSV(B) | 356.67º | 0.4% | 0.53% | - |
| XYZ | 14.53 | 11.68 | 9.88 | - |
| YUV | 97.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 84 | 0 | 0.40 | 0.38 | 0.47 | 356.67 | 0.25 | 0.42 |
| Hex | 87 | 51 | 54 | 0 | 28 | 26 | 2F | 165 | 19 | 2A |
| Octal | 207 | 121 | 124 | 0 | 50 | 46 | 57 | 545 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1010100 | 0 | 101000 | 100110 | 101111 | 101100101 | 11001 | 101010 |
Color Harmonies of #875154
Complementary color
Monochromatic Colors of #875154
Black with #875154
Text Example
Text Example
White with #875154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875154; }
p { color: rgb(135,81,84); }
H1.HeaderClassName
{
color: #875154;
}
.AnyTagClassName
{
color: #875154;
}
</style>
background-color css
<style>
a { background-color: #875154; }
a { background-color: rgb(135,81,84); }
div.DivClassName
{
background-color: #875154;
}
.BgClassName
{
background-color: #875154;
}
</style>
border-color css
<style>
span { border-color: #875154; }
span { border-color: rgb(135,81,84); }
td.TdClassName
{
border-color: #875154;
}
.TagClassName
{
border-color: #875154;
}
</style>