Shades of Solid Pink #87434D
Tints of Solid Pink #87434D
RGB
CMYK
RGB Variations
Color information
#87434D (or 0x87434D) is known color: Solid Pink. HEX triplet: 87, 43 and 4D. RGB value is (135,67,77). Sum of RGB (Red+Green+Blue) = 135+67+77=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87434D is #78BCB2. Grayscale: #585858. Windows color (decimal): -7912627 or 5063559. OLE color: 5063559.
HSL color Cylindrical-coordinate representation of color #87434D: hue angle of 351.18º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87434D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 77 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.47 |
| HSL | 351.18º | 0.34% | 0.4% | - |
| HSV(B) | 351.18º | 0.5% | 0.53% | - |
| XYZ | 13.34 | 9.7 | 8.19 | - |
| YUV | 88.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 77 | 0 | 0.50 | 0.43 | 0.47 | 351.18 | 0.34 | 0.4 |
| Hex | 87 | 43 | 4D | 0 | 32 | 2B | 2F | 15F | 22 | 28 |
| Octal | 207 | 103 | 115 | 0 | 62 | 53 | 57 | 537 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1001101 | 0 | 110010 | 101011 | 101111 | 101011111 | 100010 | 101000 |
Color Harmonies of #87434D
Complementary color
Monochromatic Colors of #87434D
Black with #87434D
Text Example
Text Example
White with #87434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87434D; }
p { color: rgb(135,67,77); }
H1.HeaderClassName
{
color: #87434D;
}
.AnyTagClassName
{
color: #87434D;
}
</style>
background-color css
<style>
a { background-color: #87434D; }
a { background-color: rgb(135,67,77); }
div.DivClassName
{
background-color: #87434D;
}
.BgClassName
{
background-color: #87434D;
}
</style>
border-color css
<style>
span { border-color: #87434D; }
span { border-color: rgb(135,67,77); }
td.TdClassName
{
border-color: #87434D;
}
.TagClassName
{
border-color: #87434D;
}
</style>