Shades of Solid Pink #874953
Tints of Solid Pink #874953
RGB
CMYK
RGB Variations
Color information
#874953 (or 0x874953) is known color: Solid Pink. HEX triplet: 87, 49 and 53. RGB value is (135,73,83). Sum of RGB (Red+Green+Blue) = 135+73+83=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #874953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874953 is #78B6AC. Grayscale: #5C5C5C. Windows color (decimal): -7911085 or 5458311. OLE color: 5458311.
HSL color Cylindrical-coordinate representation of color #874953: hue angle of 350.32º 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 #874953 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 83 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.47 |
| HSL | 350.32º | 0.3% | 0.41% | - |
| HSV(B) | 350.32º | 0.46% | 0.53% | - |
| XYZ | 13.94 | 10.54 | 9.48 | - |
| YUV | 92.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 83 | 0 | 0.46 | 0.39 | 0.47 | 350.32 | 0.3 | 0.41 |
| Hex | 87 | 49 | 53 | 0 | 2E | 27 | 2F | 15E | 1E | 29 |
| Octal | 207 | 111 | 123 | 0 | 56 | 47 | 57 | 536 | 36 | 51 |
| Binary | 10000111 | 1001001 | 1010011 | 0 | 101110 | 100111 | 101111 | 101011110 | 11110 | 101001 |
Color Harmonies of #874953
Complementary color
Monochromatic Colors of #874953
Black with #874953
Text Example
Text Example
White with #874953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874953; }
p { color: rgb(135,73,83); }
H1.HeaderClassName
{
color: #874953;
}
.AnyTagClassName
{
color: #874953;
}
</style>
background-color css
<style>
a { background-color: #874953; }
a { background-color: rgb(135,73,83); }
div.DivClassName
{
background-color: #874953;
}
.BgClassName
{
background-color: #874953;
}
</style>
border-color css
<style>
span { border-color: #874953; }
span { border-color: rgb(135,73,83); }
td.TdClassName
{
border-color: #874953;
}
.TagClassName
{
border-color: #874953;
}
</style>