Shades of Solid Pink #87454E
Tints of Solid Pink #87454E
RGB
CMYK
RGB Variations
Color information
#87454E (or 0x87454E) is known color: Solid Pink. HEX triplet: 87, 45 and 4E. RGB value is (135,69,78). Sum of RGB (Red+Green+Blue) = 135+69+78=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87454E is #78BAB1. Grayscale: #595959. Windows color (decimal): -7912114 or 5129607. OLE color: 5129607.
HSL color Cylindrical-coordinate representation of color #87454E: hue angle of 351.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87454E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 78 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.47 |
| HSL | 351.82º | 0.32% | 0.4% | - |
| HSV(B) | 351.82º | 0.49% | 0.53% | - |
| XYZ | 13.49 | 9.96 | 8.42 | - |
| YUV | 89.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 78 | 0 | 0.49 | 0.42 | 0.47 | 351.82 | 0.32 | 0.4 |
| Hex | 87 | 45 | 4E | 0 | 31 | 2A | 2F | 160 | 20 | 28 |
| Octal | 207 | 105 | 116 | 0 | 61 | 52 | 57 | 540 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1001110 | 0 | 110001 | 101010 | 101111 | 101100000 | 100000 | 101000 |
Color Harmonies of #87454E
Complementary color
Monochromatic Colors of #87454E
Black with #87454E
Text Example
Text Example
White with #87454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87454E; }
p { color: rgb(135,69,78); }
H1.HeaderClassName
{
color: #87454E;
}
.AnyTagClassName
{
color: #87454E;
}
</style>
background-color css
<style>
a { background-color: #87454E; }
a { background-color: rgb(135,69,78); }
div.DivClassName
{
background-color: #87454E;
}
.BgClassName
{
background-color: #87454E;
}
</style>
border-color css
<style>
span { border-color: #87454E; }
span { border-color: rgb(135,69,78); }
td.TdClassName
{
border-color: #87454E;
}
.TagClassName
{
border-color: #87454E;
}
</style>