Shades of Solid Pink #895055
Tints of Solid Pink #895055
RGB
CMYK
RGB Variations
Color information
#895055 (or 0x895055) is known color: Solid Pink. HEX triplet: 89, 50 and 55. RGB value is (137,80,85). Sum of RGB (Red+Green+Blue) = 137+80+85=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #895055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895055 is #76AFAA. Grayscale: #616161. Windows color (decimal): -7778219 or 5591177. OLE color: 5591177.
HSL color Cylindrical-coordinate representation of color #895055: hue angle of 354.74º 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 #895055 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 85 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.46 |
| HSL | 354.74º | 0.26% | 0.43% | - |
| HSV(B) | 354.74º | 0.42% | 0.54% | - |
| XYZ | 14.82 | 11.71 | 10.07 | - |
| YUV | 97.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 85 | 0 | 0.42 | 0.38 | 0.46 | 354.74 | 0.26 | 0.43 |
| Hex | 89 | 50 | 55 | 0 | 2A | 26 | 2E | 163 | 1A | 2B |
| Octal | 211 | 120 | 125 | 0 | 52 | 46 | 56 | 543 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1010101 | 0 | 101010 | 100110 | 101110 | 101100011 | 11010 | 101011 |
Color Harmonies of #895055
Complementary color
Monochromatic Colors of #895055
Black with #895055
Text Example
Text Example
White with #895055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895055; }
p { color: rgb(137,80,85); }
H1.HeaderClassName
{
color: #895055;
}
.AnyTagClassName
{
color: #895055;
}
</style>
background-color css
<style>
a { background-color: #895055; }
a { background-color: rgb(137,80,85); }
div.DivClassName
{
background-color: #895055;
}
.BgClassName
{
background-color: #895055;
}
</style>
border-color css
<style>
span { border-color: #895055; }
span { border-color: rgb(137,80,85); }
td.TdClassName
{
border-color: #895055;
}
.TagClassName
{
border-color: #895055;
}
</style>