Shades of Solid Pink #874E51
Tints of Solid Pink #874E51
RGB
CMYK
RGB Variations
Color information
#874E51 (or 0x874E51) is known color: Solid Pink. HEX triplet: 87, 4E and 51. RGB value is (135,78,81). Sum of RGB (Red+Green+Blue) = 135+78+81=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #874E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E51 is #78B1AE. Grayscale: #5F5F5F. Windows color (decimal): -7909807 or 5328519. OLE color: 5328519.
HSL color Cylindrical-coordinate representation of color #874E51: hue angle of 356.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E51 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 81 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.47 |
| HSL | 356.84º | 0.27% | 0.42% | - |
| HSV(B) | 356.84º | 0.42% | 0.53% | - |
| XYZ | 14.2 | 11.19 | 9.2 | - |
| YUV | 95.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 81 | 0 | 0.42 | 0.40 | 0.47 | 356.84 | 0.27 | 0.42 |
| Hex | 87 | 4E | 51 | 0 | 2A | 28 | 2F | 165 | 1B | 2A |
| Octal | 207 | 116 | 121 | 0 | 52 | 50 | 57 | 545 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1010001 | 0 | 101010 | 101000 | 101111 | 101100101 | 11011 | 101010 |
Color Harmonies of #874E51
Complementary color
Monochromatic Colors of #874E51
Black with #874E51
Text Example
Text Example
White with #874E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E51; }
p { color: rgb(135,78,81); }
H1.HeaderClassName
{
color: #874E51;
}
.AnyTagClassName
{
color: #874E51;
}
</style>
background-color css
<style>
a { background-color: #874E51; }
a { background-color: rgb(135,78,81); }
div.DivClassName
{
background-color: #874E51;
}
.BgClassName
{
background-color: #874E51;
}
</style>
border-color css
<style>
span { border-color: #874E51; }
span { border-color: rgb(135,78,81); }
td.TdClassName
{
border-color: #874E51;
}
.TagClassName
{
border-color: #874E51;
}
</style>