Shades of Solid Pink #874E50
Tints of Solid Pink #874E50
RGB
CMYK
RGB Variations
Color information
#874E50 (or 0x874E50) is known color: Solid Pink. HEX triplet: 87, 4E and 50. RGB value is (135,78,80). Sum of RGB (Red+Green+Blue) = 135+78+80=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #874E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E50 is #78B1AF. Grayscale: #5F5F5F. Windows color (decimal): -7909808 or 5262983. OLE color: 5262983.
HSL color Cylindrical-coordinate representation of color #874E50: hue angle of 357.89º 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 #874E50 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 80 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.47 |
| HSL | 357.89º | 0.27% | 0.42% | - |
| HSV(B) | 357.89º | 0.42% | 0.53% | - |
| XYZ | 14.16 | 11.18 | 9 | - |
| YUV | 95.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 80 | 0 | 0.42 | 0.41 | 0.47 | 357.89 | 0.27 | 0.42 |
| Hex | 87 | 4E | 50 | 0 | 2A | 29 | 2F | 166 | 1B | 2A |
| Octal | 207 | 116 | 120 | 0 | 52 | 51 | 57 | 546 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1010000 | 0 | 101010 | 101001 | 101111 | 101100110 | 11011 | 101010 |
Color Harmonies of #874E50
Complementary color
Monochromatic Colors of #874E50
Black with #874E50
Text Example
Text Example
White with #874E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E50; }
p { color: rgb(135,78,80); }
H1.HeaderClassName
{
color: #874E50;
}
.AnyTagClassName
{
color: #874E50;
}
</style>
background-color css
<style>
a { background-color: #874E50; }
a { background-color: rgb(135,78,80); }
div.DivClassName
{
background-color: #874E50;
}
.BgClassName
{
background-color: #874E50;
}
</style>
border-color css
<style>
span { border-color: #874E50; }
span { border-color: rgb(135,78,80); }
td.TdClassName
{
border-color: #874E50;
}
.TagClassName
{
border-color: #874E50;
}
</style>