Shades of Solid Pink #895558
Tints of Solid Pink #895558
RGB
CMYK
RGB Variations
Color information
#895558 (or 0x895558) is known color: Solid Pink. HEX triplet: 89, 55 and 58. RGB value is (137,85,88). Sum of RGB (Red+Green+Blue) = 137+85+88=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895558 is #76AAA7. Grayscale: #646464. Windows color (decimal): -7776936 or 5789065. OLE color: 5789065.
HSL color Cylindrical-coordinate representation of color #895558: hue angle of 356.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895558 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 88 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.46 |
| HSL | 356.54º | 0.23% | 0.44% | - |
| HSV(B) | 356.54º | 0.38% | 0.54% | - |
| XYZ | 15.33 | 12.52 | 10.84 | - |
| YUV | 100.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 88 | 0 | 0.38 | 0.36 | 0.46 | 356.54 | 0.23 | 0.44 |
| Hex | 89 | 55 | 58 | 0 | 26 | 24 | 2E | 165 | 17 | 2C |
| Octal | 211 | 125 | 130 | 0 | 46 | 44 | 56 | 545 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1011000 | 0 | 100110 | 100100 | 101110 | 101100101 | 10111 | 101100 |
Color Harmonies of #895558
Complementary color
Monochromatic Colors of #895558
Black with #895558
Text Example
Text Example
White with #895558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895558; }
p { color: rgb(137,85,88); }
H1.HeaderClassName
{
color: #895558;
}
.AnyTagClassName
{
color: #895558;
}
</style>
background-color css
<style>
a { background-color: #895558; }
a { background-color: rgb(137,85,88); }
div.DivClassName
{
background-color: #895558;
}
.BgClassName
{
background-color: #895558;
}
</style>
border-color css
<style>
span { border-color: #895558; }
span { border-color: rgb(137,85,88); }
td.TdClassName
{
border-color: #895558;
}
.TagClassName
{
border-color: #895558;
}
</style>