Shades of Solid Pink #874B52
Tints of Solid Pink #874B52
RGB
CMYK
RGB Variations
Color information
#874B52 (or 0x874B52) is known color: Solid Pink. HEX triplet: 87, 4B and 52. RGB value is (135,75,82). Sum of RGB (Red+Green+Blue) = 135+75+82=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B52 is #78B4AD. Grayscale: #5D5D5D. Windows color (decimal): -7910574 or 5393287. OLE color: 5393287.
HSL color Cylindrical-coordinate representation of color #874B52: hue angle of 353º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B52 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 82 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.47 |
| HSL | 353º | 0.29% | 0.41% | - |
| HSV(B) | 353º | 0.44% | 0.53% | - |
| XYZ | 14.03 | 10.79 | 9.33 | - |
| YUV | 93.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 82 | 0 | 0.44 | 0.39 | 0.47 | 353 | 0.29 | 0.41 |
| Hex | 87 | 4B | 52 | 0 | 2C | 27 | 2F | 161 | 1D | 29 |
| Octal | 207 | 113 | 122 | 0 | 54 | 47 | 57 | 541 | 35 | 51 |
| Binary | 10000111 | 1001011 | 1010010 | 0 | 101100 | 100111 | 101111 | 101100001 | 11101 | 101001 |
Color Harmonies of #874B52
Complementary color
Monochromatic Colors of #874B52
Black with #874B52
Text Example
Text Example
White with #874B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B52; }
p { color: rgb(135,75,82); }
H1.HeaderClassName
{
color: #874B52;
}
.AnyTagClassName
{
color: #874B52;
}
</style>
background-color css
<style>
a { background-color: #874B52; }
a { background-color: rgb(135,75,82); }
div.DivClassName
{
background-color: #874B52;
}
.BgClassName
{
background-color: #874B52;
}
</style>
border-color css
<style>
span { border-color: #874B52; }
span { border-color: rgb(135,75,82); }
td.TdClassName
{
border-color: #874B52;
}
.TagClassName
{
border-color: #874B52;
}
</style>