Shades of Solid Pink #895057
Tints of Solid Pink #895057
RGB
CMYK
RGB Variations
Color information
#895057 (or 0x895057) is known color: Solid Pink. HEX triplet: 89, 50 and 57. RGB value is (137,80,87). Sum of RGB (Red+Green+Blue) = 137+80+87=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895057 is #76AFA8. Grayscale: #616161. Windows color (decimal): -7778217 or 5722249. OLE color: 5722249.
HSL color Cylindrical-coordinate representation of color #895057: hue angle of 352.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895057 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 87 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.46 |
| HSL | 352.63º | 0.26% | 0.43% | - |
| HSV(B) | 352.63º | 0.42% | 0.54% | - |
| XYZ | 14.91 | 11.74 | 10.5 | - |
| YUV | 97.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 87 | 0 | 0.42 | 0.36 | 0.46 | 352.63 | 0.26 | 0.43 |
| Hex | 89 | 50 | 57 | 0 | 2A | 24 | 2E | 161 | 1A | 2B |
| Octal | 211 | 120 | 127 | 0 | 52 | 44 | 56 | 541 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1010111 | 0 | 101010 | 100100 | 101110 | 101100001 | 11010 | 101011 |
Color Harmonies of #895057
Complementary color
Monochromatic Colors of #895057
Black with #895057
Text Example
Text Example
White with #895057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895057; }
p { color: rgb(137,80,87); }
H1.HeaderClassName
{
color: #895057;
}
.AnyTagClassName
{
color: #895057;
}
</style>
background-color css
<style>
a { background-color: #895057; }
a { background-color: rgb(137,80,87); }
div.DivClassName
{
background-color: #895057;
}
.BgClassName
{
background-color: #895057;
}
</style>
border-color css
<style>
span { border-color: #895057; }
span { border-color: rgb(137,80,87); }
td.TdClassName
{
border-color: #895057;
}
.TagClassName
{
border-color: #895057;
}
</style>