Shades of Solid Pink #89474F
Tints of Solid Pink #89474F
RGB
CMYK
RGB Variations
Color information
#89474F (or 0x89474F) is known color: Solid Pink. HEX triplet: 89, 47 and 4F. RGB value is (137,71,79). Sum of RGB (Red+Green+Blue) = 137+71+79=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #89474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89474F is #76B8B0. Grayscale: #5B5B5B. Windows color (decimal): -7780529 or 5195657. OLE color: 5195657.
HSL color Cylindrical-coordinate representation of color #89474F: hue angle of 352.73º 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 #89474F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 79 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.46 |
| HSL | 352.73º | 0.32% | 0.41% | - |
| HSV(B) | 352.73º | 0.48% | 0.54% | - |
| XYZ | 13.98 | 10.39 | 8.67 | - |
| YUV | 91.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 79 | 0 | 0.48 | 0.42 | 0.46 | 352.73 | 0.32 | 0.41 |
| Hex | 89 | 47 | 4F | 0 | 30 | 2A | 2E | 161 | 20 | 29 |
| Octal | 211 | 107 | 117 | 0 | 60 | 52 | 56 | 541 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1001111 | 0 | 110000 | 101010 | 101110 | 101100001 | 100000 | 101001 |
Color Harmonies of #89474F
Complementary color
Monochromatic Colors of #89474F
Black with #89474F
Text Example
Text Example
White with #89474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89474F; }
p { color: rgb(137,71,79); }
H1.HeaderClassName
{
color: #89474F;
}
.AnyTagClassName
{
color: #89474F;
}
</style>
background-color css
<style>
a { background-color: #89474F; }
a { background-color: rgb(137,71,79); }
div.DivClassName
{
background-color: #89474F;
}
.BgClassName
{
background-color: #89474F;
}
</style>
border-color css
<style>
span { border-color: #89474F; }
span { border-color: rgb(137,71,79); }
td.TdClassName
{
border-color: #89474F;
}
.TagClassName
{
border-color: #89474F;
}
</style>