Shades of Solid Pink #895459
Tints of Solid Pink #895459
RGB
CMYK
RGB Variations
Color information
#895459 (or 0x895459) is known color: Solid Pink. HEX triplet: 89, 54 and 59. RGB value is (137,84,89). Sum of RGB (Red+Green+Blue) = 137+84+89=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895459 is #76ABA6. Grayscale: #646464. Windows color (decimal): -7777191 or 5854345. OLE color: 5854345.
HSL color Cylindrical-coordinate representation of color #895459: hue angle of 354.34º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895459 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 89 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.46 |
| HSL | 354.34º | 0.24% | 0.43% | - |
| HSV(B) | 354.34º | 0.39% | 0.54% | - |
| XYZ | 15.29 | 12.38 | 11.03 | - |
| YUV | 100.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 89 | 0 | 0.39 | 0.35 | 0.46 | 354.34 | 0.24 | 0.43 |
| Hex | 89 | 54 | 59 | 0 | 27 | 23 | 2E | 162 | 18 | 2B |
| Octal | 211 | 124 | 131 | 0 | 47 | 43 | 56 | 542 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1011001 | 0 | 100111 | 100011 | 101110 | 101100010 | 11000 | 101011 |
Color Harmonies of #895459
Complementary color
Monochromatic Colors of #895459
Black with #895459
Text Example
Text Example
White with #895459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895459; }
p { color: rgb(137,84,89); }
H1.HeaderClassName
{
color: #895459;
}
.AnyTagClassName
{
color: #895459;
}
</style>
background-color css
<style>
a { background-color: #895459; }
a { background-color: rgb(137,84,89); }
div.DivClassName
{
background-color: #895459;
}
.BgClassName
{
background-color: #895459;
}
</style>
border-color css
<style>
span { border-color: #895459; }
span { border-color: rgb(137,84,89); }
td.TdClassName
{
border-color: #895459;
}
.TagClassName
{
border-color: #895459;
}
</style>