Shades of Solid Pink #874A57
Tints of Solid Pink #874A57
RGB
CMYK
RGB Variations
Color information
#874A57 (or 0x874A57) is known color: Solid Pink. HEX triplet: 87, 4A and 57. RGB value is (135,74,87). Sum of RGB (Red+Green+Blue) = 135+74+87=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #874A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A57 is #78B5A8. Grayscale: #5D5D5D. Windows color (decimal): -7910825 or 5720711. OLE color: 5720711.
HSL color Cylindrical-coordinate representation of color #874A57: hue angle of 347.21º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A57 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 87 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.47 |
| HSL | 347.21º | 0.29% | 0.41% | - |
| HSV(B) | 347.21º | 0.45% | 0.53% | - |
| XYZ | 14.16 | 10.74 | 10.34 | - |
| YUV | 93.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 87 | 0 | 0.45 | 0.36 | 0.47 | 347.21 | 0.29 | 0.41 |
| Hex | 87 | 4A | 57 | 0 | 2D | 24 | 2F | 15B | 1D | 29 |
| Octal | 207 | 112 | 127 | 0 | 55 | 44 | 57 | 533 | 35 | 51 |
| Binary | 10000111 | 1001010 | 1010111 | 0 | 101101 | 100100 | 101111 | 101011011 | 11101 | 101001 |
Color Harmonies of #874A57
Complementary color
Monochromatic Colors of #874A57
Black with #874A57
Text Example
Text Example
White with #874A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A57; }
p { color: rgb(135,74,87); }
H1.HeaderClassName
{
color: #874A57;
}
.AnyTagClassName
{
color: #874A57;
}
</style>
background-color css
<style>
a { background-color: #874A57; }
a { background-color: rgb(135,74,87); }
div.DivClassName
{
background-color: #874A57;
}
.BgClassName
{
background-color: #874A57;
}
</style>
border-color css
<style>
span { border-color: #874A57; }
span { border-color: rgb(135,74,87); }
td.TdClassName
{
border-color: #874A57;
}
.TagClassName
{
border-color: #874A57;
}
</style>