Shades of Solid Pink #89575B
Tints of Solid Pink #89575B
RGB
CMYK
RGB Variations
Color information
#89575B (or 0x89575B) is known color: Solid Pink. HEX triplet: 89, 57 and 5B. RGB value is (137,87,91). Sum of RGB (Red+Green+Blue) = 137+87+91=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89575B is #76A8A4. Grayscale: #666666. Windows color (decimal): -7776421 or 5986185. OLE color: 5986185.
HSL color Cylindrical-coordinate representation of color #89575B: hue angle of 355.2º 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 #89575B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 91 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.46 |
| HSL | 355.2º | 0.22% | 0.44% | - |
| HSV(B) | 355.2º | 0.36% | 0.54% | - |
| XYZ | 15.61 | 12.89 | 11.56 | - |
| YUV | 102.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 91 | 0 | 0.36 | 0.34 | 0.46 | 355.2 | 0.22 | 0.44 |
| Hex | 89 | 57 | 5B | 0 | 24 | 22 | 2E | 163 | 16 | 2C |
| Octal | 211 | 127 | 133 | 0 | 44 | 42 | 56 | 543 | 26 | 54 |
| Binary | 10001001 | 1010111 | 1011011 | 0 | 100100 | 100010 | 101110 | 101100011 | 10110 | 101100 |
Color Harmonies of #89575B
Complementary color
Monochromatic Colors of #89575B
Black with #89575B
Text Example
Text Example
White with #89575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89575B; }
p { color: rgb(137,87,91); }
H1.HeaderClassName
{
color: #89575B;
}
.AnyTagClassName
{
color: #89575B;
}
</style>
background-color css
<style>
a { background-color: #89575B; }
a { background-color: rgb(137,87,91); }
div.DivClassName
{
background-color: #89575B;
}
.BgClassName
{
background-color: #89575B;
}
</style>
border-color css
<style>
span { border-color: #89575B; }
span { border-color: rgb(137,87,91); }
td.TdClassName
{
border-color: #89575B;
}
.TagClassName
{
border-color: #89575B;
}
</style>