Shades of Solid Pink #89464D
Tints of Solid Pink #89464D
RGB
CMYK
RGB Variations
Color information
#89464D (or 0x89464D) is known color: Solid Pink. HEX triplet: 89, 46 and 4D. RGB value is (137,70,77). Sum of RGB (Red+Green+Blue) = 137+70+77=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89464D is #76B9B2. Grayscale: #5A5A5A. Windows color (decimal): -7780787 or 5064329. OLE color: 5064329.
HSL color Cylindrical-coordinate representation of color #89464D: hue angle of 353.73º 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 #89464D is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 77 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.46 |
| HSL | 353.73º | 0.32% | 0.41% | - |
| HSV(B) | 353.73º | 0.49% | 0.54% | - |
| XYZ | 13.85 | 10.23 | 8.27 | - |
| YUV | 90.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 77 | 0 | 0.49 | 0.44 | 0.46 | 353.73 | 0.32 | 0.41 |
| Hex | 89 | 46 | 4D | 0 | 31 | 2C | 2E | 162 | 20 | 29 |
| Octal | 211 | 106 | 115 | 0 | 61 | 54 | 56 | 542 | 40 | 51 |
| Binary | 10001001 | 1000110 | 1001101 | 0 | 110001 | 101100 | 101110 | 101100010 | 100000 | 101001 |
Color Harmonies of #89464D
Complementary color
Monochromatic Colors of #89464D
Black with #89464D
Text Example
Text Example
White with #89464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89464D; }
p { color: rgb(137,70,77); }
H1.HeaderClassName
{
color: #89464D;
}
.AnyTagClassName
{
color: #89464D;
}
</style>
background-color css
<style>
a { background-color: #89464D; }
a { background-color: rgb(137,70,77); }
div.DivClassName
{
background-color: #89464D;
}
.BgClassName
{
background-color: #89464D;
}
</style>
border-color css
<style>
span { border-color: #89464D; }
span { border-color: rgb(137,70,77); }
td.TdClassName
{
border-color: #89464D;
}
.TagClassName
{
border-color: #89464D;
}
</style>