Shades of Solid Pink #89474E
Tints of Solid Pink #89474E
RGB
CMYK
RGB Variations
Color information
#89474E (or 0x89474E) is known color: Solid Pink. HEX triplet: 89, 47 and 4E. RGB value is (137,71,78). Sum of RGB (Red+Green+Blue) = 137+71+78=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89474E is #76B8B1. Grayscale: #5B5B5B. Windows color (decimal): -7780530 or 5130121. OLE color: 5130121.
HSL color Cylindrical-coordinate representation of color #89474E: hue angle of 353.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89474E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 78 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.46 |
| HSL | 353.64º | 0.32% | 0.41% | - |
| HSV(B) | 353.64º | 0.48% | 0.54% | - |
| XYZ | 13.94 | 10.37 | 8.48 | - |
| YUV | 91.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 78 | 0 | 0.48 | 0.43 | 0.46 | 353.64 | 0.32 | 0.41 |
| Hex | 89 | 47 | 4E | 0 | 30 | 2B | 2E | 162 | 20 | 29 |
| Octal | 211 | 107 | 116 | 0 | 60 | 53 | 56 | 542 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1001110 | 0 | 110000 | 101011 | 101110 | 101100010 | 100000 | 101001 |
Color Harmonies of #89474E
Complementary color
Monochromatic Colors of #89474E
Black with #89474E
Text Example
Text Example
White with #89474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89474E; }
p { color: rgb(137,71,78); }
H1.HeaderClassName
{
color: #89474E;
}
.AnyTagClassName
{
color: #89474E;
}
</style>
background-color css
<style>
a { background-color: #89474E; }
a { background-color: rgb(137,71,78); }
div.DivClassName
{
background-color: #89474E;
}
.BgClassName
{
background-color: #89474E;
}
</style>
border-color css
<style>
span { border-color: #89474E; }
span { border-color: rgb(137,71,78); }
td.TdClassName
{
border-color: #89474E;
}
.TagClassName
{
border-color: #89474E;
}
</style>