Shades of Solid Pink #874A53
Tints of Solid Pink #874A53
RGB
CMYK
RGB Variations
Color information
#874A53 (or 0x874A53) is known color: Solid Pink. HEX triplet: 87, 4A and 53. RGB value is (135,74,83). Sum of RGB (Red+Green+Blue) = 135+74+83=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A53 is #78B5AC. Grayscale: #5D5D5D. Windows color (decimal): -7910829 or 5458567. OLE color: 5458567.
HSL color Cylindrical-coordinate representation of color #874A53: hue angle of 351.15º 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 #874A53 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 83 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.47 |
| HSL | 351.15º | 0.29% | 0.41% | - |
| HSV(B) | 351.15º | 0.45% | 0.53% | - |
| XYZ | 14 | 10.67 | 9.51 | - |
| YUV | 93.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 83 | 0 | 0.45 | 0.39 | 0.47 | 351.15 | 0.29 | 0.41 |
| Hex | 87 | 4A | 53 | 0 | 2D | 27 | 2F | 15F | 1D | 29 |
| Octal | 207 | 112 | 123 | 0 | 55 | 47 | 57 | 537 | 35 | 51 |
| Binary | 10000111 | 1001010 | 1010011 | 0 | 101101 | 100111 | 101111 | 101011111 | 11101 | 101001 |
Color Harmonies of #874A53
Complementary color
Monochromatic Colors of #874A53
Black with #874A53
Text Example
Text Example
White with #874A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A53; }
p { color: rgb(135,74,83); }
H1.HeaderClassName
{
color: #874A53;
}
.AnyTagClassName
{
color: #874A53;
}
</style>
background-color css
<style>
a { background-color: #874A53; }
a { background-color: rgb(135,74,83); }
div.DivClassName
{
background-color: #874A53;
}
.BgClassName
{
background-color: #874A53;
}
</style>
border-color css
<style>
span { border-color: #874A53; }
span { border-color: rgb(135,74,83); }
td.TdClassName
{
border-color: #874A53;
}
.TagClassName
{
border-color: #874A53;
}
</style>