Shades of Solid Pink #874F51
Tints of Solid Pink #874F51
RGB
CMYK
RGB Variations
Color information
#874F51 (or 0x874F51) is known color: Solid Pink. HEX triplet: 87, 4F and 51. RGB value is (135,79,81). Sum of RGB (Red+Green+Blue) = 135+79+81=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F51 is #78B0AE. Grayscale: #606060. Windows color (decimal): -7909551 or 5328775. OLE color: 5328775.
HSL color Cylindrical-coordinate representation of color #874F51: hue angle of 357.86º 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 #874F51 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 79 | 81 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.47 |
| HSL | 357.86º | 0.26% | 0.42% | - |
| HSV(B) | 357.86º | 0.41% | 0.53% | - |
| XYZ | 14.27 | 11.34 | 9.22 | - |
| YUV | 95.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 81 | 0 | 0.41 | 0.40 | 0.47 | 357.86 | 0.26 | 0.42 |
| Hex | 87 | 4F | 51 | 0 | 29 | 28 | 2F | 166 | 1A | 2A |
| Octal | 207 | 117 | 121 | 0 | 51 | 50 | 57 | 546 | 32 | 52 |
| Binary | 10000111 | 1001111 | 1010001 | 0 | 101001 | 101000 | 101111 | 101100110 | 11010 | 101010 |
Color Harmonies of #874F51
Complementary color
Monochromatic Colors of #874F51
Black with #874F51
Text Example
Text Example
White with #874F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F51; }
p { color: rgb(135,79,81); }
H1.HeaderClassName
{
color: #874F51;
}
.AnyTagClassName
{
color: #874F51;
}
</style>
background-color css
<style>
a { background-color: #874F51; }
a { background-color: rgb(135,79,81); }
div.DivClassName
{
background-color: #874F51;
}
.BgClassName
{
background-color: #874F51;
}
</style>
border-color css
<style>
span { border-color: #874F51; }
span { border-color: rgb(135,79,81); }
td.TdClassName
{
border-color: #874F51;
}
.TagClassName
{
border-color: #874F51;
}
</style>