Shades of Solid Pink #895556
Tints of Solid Pink #895556
RGB
CMYK
RGB Variations
Color information
#895556 (or 0x895556) is known color: Solid Pink. HEX triplet: 89, 55 and 56. RGB value is (137,85,86). Sum of RGB (Red+Green+Blue) = 137+85+86=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895556 is #76AAA9. Grayscale: #646464. Windows color (decimal): -7776938 or 5657993. OLE color: 5657993.
HSL color Cylindrical-coordinate representation of color #895556: hue angle of 358.85º 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 #895556 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 86 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.46 |
| HSL | 358.85º | 0.23% | 0.44% | - |
| HSV(B) | 358.85º | 0.38% | 0.54% | - |
| XYZ | 15.24 | 12.49 | 10.41 | - |
| YUV | 100.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 86 | 0 | 0.38 | 0.37 | 0.46 | 358.85 | 0.23 | 0.44 |
| Hex | 89 | 55 | 56 | 0 | 26 | 25 | 2E | 167 | 17 | 2C |
| Octal | 211 | 125 | 126 | 0 | 46 | 45 | 56 | 547 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1010110 | 0 | 100110 | 100101 | 101110 | 101100111 | 10111 | 101100 |
Color Harmonies of #895556
Complementary color
Monochromatic Colors of #895556
Black with #895556
Text Example
Text Example
White with #895556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895556; }
p { color: rgb(137,85,86); }
H1.HeaderClassName
{
color: #895556;
}
.AnyTagClassName
{
color: #895556;
}
</style>
background-color css
<style>
a { background-color: #895556; }
a { background-color: rgb(137,85,86); }
div.DivClassName
{
background-color: #895556;
}
.BgClassName
{
background-color: #895556;
}
</style>
border-color css
<style>
span { border-color: #895556; }
span { border-color: rgb(137,85,86); }
td.TdClassName
{
border-color: #895556;
}
.TagClassName
{
border-color: #895556;
}
</style>