Shades of Solid Pink #895157
Tints of Solid Pink #895157
RGB
CMYK
RGB Variations
Color information
#895157 (or 0x895157) is known color: Solid Pink. HEX triplet: 89, 51 and 57. RGB value is (137,81,87). Sum of RGB (Red+Green+Blue) = 137+81+87=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895157 is #76AEA8. Grayscale: #626262. Windows color (decimal): -7777961 or 5722505. OLE color: 5722505.
HSL color Cylindrical-coordinate representation of color #895157: hue angle of 353.57º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895157 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 87 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.46 |
| HSL | 353.57º | 0.26% | 0.43% | - |
| HSV(B) | 353.57º | 0.41% | 0.54% | - |
| XYZ | 14.98 | 11.89 | 10.52 | - |
| YUV | 98.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 87 | 0 | 0.41 | 0.36 | 0.46 | 353.57 | 0.26 | 0.43 |
| Hex | 89 | 51 | 57 | 0 | 29 | 24 | 2E | 162 | 1A | 2B |
| Octal | 211 | 121 | 127 | 0 | 51 | 44 | 56 | 542 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1010111 | 0 | 101001 | 100100 | 101110 | 101100010 | 11010 | 101011 |
Color Harmonies of #895157
Complementary color
Monochromatic Colors of #895157
Black with #895157
Text Example
Text Example
White with #895157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895157; }
p { color: rgb(137,81,87); }
H1.HeaderClassName
{
color: #895157;
}
.AnyTagClassName
{
color: #895157;
}
</style>
background-color css
<style>
a { background-color: #895157; }
a { background-color: rgb(137,81,87); }
div.DivClassName
{
background-color: #895157;
}
.BgClassName
{
background-color: #895157;
}
</style>
border-color css
<style>
span { border-color: #895157; }
span { border-color: rgb(137,81,87); }
td.TdClassName
{
border-color: #895157;
}
.TagClassName
{
border-color: #895157;
}
</style>