Shades of Solid Pink #89585A
Tints of Solid Pink #89585A
RGB
CMYK
RGB Variations
Color information
#89585A (or 0x89585A) is known color: Solid Pink. HEX triplet: 89, 58 and 5A. RGB value is (137,88,90). Sum of RGB (Red+Green+Blue) = 137+88+90=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89585A is #76A7A5. Grayscale: #666666. Windows color (decimal): -7776166 or 5920905. OLE color: 5920905.
HSL color Cylindrical-coordinate representation of color #89585A: hue angle of 357.55º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89585A is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 90 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.46 |
| HSL | 357.55º | 0.22% | 0.44% | - |
| HSV(B) | 357.55º | 0.36% | 0.54% | - |
| XYZ | 15.65 | 13.04 | 11.36 | - |
| YUV | 102.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 90 | 0 | 0.36 | 0.34 | 0.46 | 357.55 | 0.22 | 0.44 |
| Hex | 89 | 58 | 5A | 0 | 24 | 22 | 2E | 166 | 16 | 2C |
| Octal | 211 | 130 | 132 | 0 | 44 | 42 | 56 | 546 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1011010 | 0 | 100100 | 100010 | 101110 | 101100110 | 10110 | 101100 |
Color Harmonies of #89585A
Complementary color
Monochromatic Colors of #89585A
Black with #89585A
Text Example
Text Example
White with #89585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89585A; }
p { color: rgb(137,88,90); }
H1.HeaderClassName
{
color: #89585A;
}
.AnyTagClassName
{
color: #89585A;
}
</style>
background-color css
<style>
a { background-color: #89585A; }
a { background-color: rgb(137,88,90); }
div.DivClassName
{
background-color: #89585A;
}
.BgClassName
{
background-color: #89585A;
}
</style>
border-color css
<style>
span { border-color: #89585A; }
span { border-color: rgb(137,88,90); }
td.TdClassName
{
border-color: #89585A;
}
.TagClassName
{
border-color: #89585A;
}
</style>