Shades of Solid Pink #89464E
Tints of Solid Pink #89464E
RGB
CMYK
RGB Variations
Color information
#89464E (or 0x89464E) is known color: Solid Pink. HEX triplet: 89, 46 and 4E. RGB value is (137,70,78). Sum of RGB (Red+Green+Blue) = 137+70+78=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89464E is #76B9B1. Grayscale: #5A5A5A. Windows color (decimal): -7780786 or 5129865. OLE color: 5129865.
HSL color Cylindrical-coordinate representation of color #89464E: hue angle of 352.84º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89464E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 78 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.46 |
| HSL | 352.84º | 0.32% | 0.41% | - |
| HSV(B) | 352.84º | 0.49% | 0.54% | - |
| XYZ | 13.88 | 10.25 | 8.45 | - |
| YUV | 90.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 78 | 0 | 0.49 | 0.43 | 0.46 | 352.84 | 0.32 | 0.41 |
| Hex | 89 | 46 | 4E | 0 | 31 | 2B | 2E | 161 | 20 | 29 |
| Octal | 211 | 106 | 116 | 0 | 61 | 53 | 56 | 541 | 40 | 51 |
| Binary | 10001001 | 1000110 | 1001110 | 0 | 110001 | 101011 | 101110 | 101100001 | 100000 | 101001 |
Color Harmonies of #89464E
Complementary color
Monochromatic Colors of #89464E
Black with #89464E
Text Example
Text Example
White with #89464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89464E; }
p { color: rgb(137,70,78); }
H1.HeaderClassName
{
color: #89464E;
}
.AnyTagClassName
{
color: #89464E;
}
</style>
background-color css
<style>
a { background-color: #89464E; }
a { background-color: rgb(137,70,78); }
div.DivClassName
{
background-color: #89464E;
}
.BgClassName
{
background-color: #89464E;
}
</style>
border-color css
<style>
span { border-color: #89464E; }
span { border-color: rgb(137,70,78); }
td.TdClassName
{
border-color: #89464E;
}
.TagClassName
{
border-color: #89464E;
}
</style>