Shades of Solid Pink #895156
Tints of Solid Pink #895156
RGB
CMYK
RGB Variations
Color information
#895156 (or 0x895156) is known color: Solid Pink. HEX triplet: 89, 51 and 56. RGB value is (137,81,86). Sum of RGB (Red+Green+Blue) = 137+81+86=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895156 is #76AEA9. Grayscale: #626262. Windows color (decimal): -7777962 or 5656969. OLE color: 5656969.
HSL color Cylindrical-coordinate representation of color #895156: hue angle of 354.64º 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 #895156 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 86 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.46 |
| HSL | 354.64º | 0.26% | 0.43% | - |
| HSV(B) | 354.64º | 0.41% | 0.54% | - |
| XYZ | 14.94 | 11.88 | 10.31 | - |
| YUV | 98.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 86 | 0 | 0.41 | 0.37 | 0.46 | 354.64 | 0.26 | 0.43 |
| Hex | 89 | 51 | 56 | 0 | 29 | 25 | 2E | 163 | 1A | 2B |
| Octal | 211 | 121 | 126 | 0 | 51 | 45 | 56 | 543 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1010110 | 0 | 101001 | 100101 | 101110 | 101100011 | 11010 | 101011 |
Color Harmonies of #895156
Complementary color
Monochromatic Colors of #895156
Black with #895156
Text Example
Text Example
White with #895156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895156; }
p { color: rgb(137,81,86); }
H1.HeaderClassName
{
color: #895156;
}
.AnyTagClassName
{
color: #895156;
}
</style>
background-color css
<style>
a { background-color: #895156; }
a { background-color: rgb(137,81,86); }
div.DivClassName
{
background-color: #895156;
}
.BgClassName
{
background-color: #895156;
}
</style>
border-color css
<style>
span { border-color: #895156; }
span { border-color: rgb(137,81,86); }
td.TdClassName
{
border-color: #895156;
}
.TagClassName
{
border-color: #895156;
}
</style>