Shades of Solid Pink #874B50
Tints of Solid Pink #874B50
RGB
CMYK
RGB Variations
Color information
#874B50 (or 0x874B50) is known color: Solid Pink. HEX triplet: 87, 4B and 50. RGB value is (135,75,80). Sum of RGB (Red+Green+Blue) = 135+75+80=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B50 is #78B4AF. Grayscale: #5D5D5D. Windows color (decimal): -7910576 or 5262215. OLE color: 5262215.
HSL color Cylindrical-coordinate representation of color #874B50: hue angle of 355º 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 #874B50 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 80 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.47 |
| HSL | 355º | 0.29% | 0.41% | - |
| HSV(B) | 355º | 0.44% | 0.53% | - |
| XYZ | 13.96 | 10.76 | 8.93 | - |
| YUV | 93.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 80 | 0 | 0.44 | 0.41 | 0.47 | 355 | 0.29 | 0.41 |
| Hex | 87 | 4B | 50 | 0 | 2C | 29 | 2F | 163 | 1D | 29 |
| Octal | 207 | 113 | 120 | 0 | 54 | 51 | 57 | 543 | 35 | 51 |
| Binary | 10000111 | 1001011 | 1010000 | 0 | 101100 | 101001 | 101111 | 101100011 | 11101 | 101001 |
Color Harmonies of #874B50
Complementary color
Monochromatic Colors of #874B50
Black with #874B50
Text Example
Text Example
White with #874B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B50; }
p { color: rgb(135,75,80); }
H1.HeaderClassName
{
color: #874B50;
}
.AnyTagClassName
{
color: #874B50;
}
</style>
background-color css
<style>
a { background-color: #874B50; }
a { background-color: rgb(135,75,80); }
div.DivClassName
{
background-color: #874B50;
}
.BgClassName
{
background-color: #874B50;
}
</style>
border-color css
<style>
span { border-color: #874B50; }
span { border-color: rgb(135,75,80); }
td.TdClassName
{
border-color: #874B50;
}
.TagClassName
{
border-color: #874B50;
}
</style>