Shades of Solid Pink #874955
Tints of Solid Pink #874955
RGB
CMYK
RGB Variations
Color information
#874955 (or 0x874955) is known color: Solid Pink. HEX triplet: 87, 49 and 55. RGB value is (135,73,85). Sum of RGB (Red+Green+Blue) = 135+73+85=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #874955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874955 is #78B6AA. Grayscale: #5C5C5C. Windows color (decimal): -7911083 or 5589383. OLE color: 5589383.
HSL color Cylindrical-coordinate representation of color #874955: hue angle of 348.39º 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 #874955 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 85 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.47 |
| HSL | 348.39º | 0.3% | 0.41% | - |
| HSV(B) | 348.39º | 0.46% | 0.53% | - |
| XYZ | 14.01 | 10.57 | 9.9 | - |
| YUV | 92.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 85 | 0 | 0.46 | 0.37 | 0.47 | 348.39 | 0.3 | 0.41 |
| Hex | 87 | 49 | 55 | 0 | 2E | 25 | 2F | 15C | 1E | 29 |
| Octal | 207 | 111 | 125 | 0 | 56 | 45 | 57 | 534 | 36 | 51 |
| Binary | 10000111 | 1001001 | 1010101 | 0 | 101110 | 100101 | 101111 | 101011100 | 11110 | 101001 |
Color Harmonies of #874955
Complementary color
Monochromatic Colors of #874955
Black with #874955
Text Example
Text Example
White with #874955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874955; }
p { color: rgb(135,73,85); }
H1.HeaderClassName
{
color: #874955;
}
.AnyTagClassName
{
color: #874955;
}
</style>
background-color css
<style>
a { background-color: #874955; }
a { background-color: rgb(135,73,85); }
div.DivClassName
{
background-color: #874955;
}
.BgClassName
{
background-color: #874955;
}
</style>
border-color css
<style>
span { border-color: #874955; }
span { border-color: rgb(135,73,85); }
td.TdClassName
{
border-color: #874955;
}
.TagClassName
{
border-color: #874955;
}
</style>