Shades of Solid Pink #89464B
Tints of Solid Pink #89464B
RGB
CMYK
RGB Variations
Color information
#89464B (or 0x89464B) is known color: Solid Pink. HEX triplet: 89, 46 and 4B. RGB value is (137,70,75). Sum of RGB (Red+Green+Blue) = 137+70+75=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #89464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89464B is #76B9B4. Grayscale: #5A5A5A. Windows color (decimal): -7780789 or 4933257. OLE color: 4933257.
HSL color Cylindrical-coordinate representation of color #89464B: hue angle of 355.52º 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 #89464B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 75 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.46 |
| HSL | 355.52º | 0.32% | 0.41% | - |
| HSV(B) | 355.52º | 0.49% | 0.54% | - |
| XYZ | 13.78 | 10.21 | 7.9 | - |
| YUV | 90.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 75 | 0 | 0.49 | 0.45 | 0.46 | 355.52 | 0.32 | 0.41 |
| Hex | 89 | 46 | 4B | 0 | 31 | 2D | 2E | 164 | 20 | 29 |
| Octal | 211 | 106 | 113 | 0 | 61 | 55 | 56 | 544 | 40 | 51 |
| Binary | 10001001 | 1000110 | 1001011 | 0 | 110001 | 101101 | 101110 | 101100100 | 100000 | 101001 |
Color Harmonies of #89464B
Complementary color
Monochromatic Colors of #89464B
Black with #89464B
Text Example
Text Example
White with #89464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89464B; }
p { color: rgb(137,70,75); }
H1.HeaderClassName
{
color: #89464B;
}
.AnyTagClassName
{
color: #89464B;
}
</style>
background-color css
<style>
a { background-color: #89464B; }
a { background-color: rgb(137,70,75); }
div.DivClassName
{
background-color: #89464B;
}
.BgClassName
{
background-color: #89464B;
}
</style>
border-color css
<style>
span { border-color: #89464B; }
span { border-color: rgb(137,70,75); }
td.TdClassName
{
border-color: #89464B;
}
.TagClassName
{
border-color: #89464B;
}
</style>