Shades of Solid Pink #874956
Tints of Solid Pink #874956
RGB
CMYK
RGB Variations
Color information
#874956 (or 0x874956) is known color: Solid Pink. HEX triplet: 87, 49 and 56. RGB value is (135,73,86). Sum of RGB (Red+Green+Blue) = 135+73+86=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #874956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874956 is #78B6A9. Grayscale: #5D5D5D. Windows color (decimal): -7911082 or 5654919. OLE color: 5654919.
HSL color Cylindrical-coordinate representation of color #874956: hue angle of 347.42º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874956 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 86 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.47 |
| HSL | 347.42º | 0.3% | 0.41% | - |
| HSV(B) | 347.42º | 0.46% | 0.53% | - |
| XYZ | 14.05 | 10.59 | 10.11 | - |
| YUV | 93.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 86 | 0 | 0.46 | 0.36 | 0.47 | 347.42 | 0.3 | 0.41 |
| Hex | 87 | 49 | 56 | 0 | 2E | 24 | 2F | 15B | 1E | 29 |
| Octal | 207 | 111 | 126 | 0 | 56 | 44 | 57 | 533 | 36 | 51 |
| Binary | 10000111 | 1001001 | 1010110 | 0 | 101110 | 100100 | 101111 | 101011011 | 11110 | 101001 |
Color Harmonies of #874956
Complementary color
Monochromatic Colors of #874956
Black with #874956
Text Example
Text Example
White with #874956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874956; }
p { color: rgb(135,73,86); }
H1.HeaderClassName
{
color: #874956;
}
.AnyTagClassName
{
color: #874956;
}
</style>
background-color css
<style>
a { background-color: #874956; }
a { background-color: rgb(135,73,86); }
div.DivClassName
{
background-color: #874956;
}
.BgClassName
{
background-color: #874956;
}
</style>
border-color css
<style>
span { border-color: #874956; }
span { border-color: rgb(135,73,86); }
td.TdClassName
{
border-color: #874956;
}
.TagClassName
{
border-color: #874956;
}
</style>