Shades of Solid Pink #894D4E
Tints of Solid Pink #894D4E
RGB
CMYK
RGB Variations
Color information
#894D4E (or 0x894D4E) is known color: Solid Pink. HEX triplet: 89, 4D and 4E. RGB value is (137,77,78). Sum of RGB (Red+Green+Blue) = 137+77+78=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D4E is #76B2B1. Grayscale: #5F5F5F. Windows color (decimal): -7778994 or 5131657. OLE color: 5131657.
HSL color Cylindrical-coordinate representation of color #894D4E: hue angle of 359º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D4E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 78 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.46 |
| HSL | 359º | 0.28% | 0.42% | - |
| HSV(B) | 359º | 0.44% | 0.54% | - |
| XYZ | 14.35 | 11.18 | 8.61 | - |
| YUV | 95.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 78 | 0 | 0.44 | 0.43 | 0.46 | 359 | 0.28 | 0.42 |
| Hex | 89 | 4D | 4E | 0 | 2C | 2B | 2E | 167 | 1C | 2A |
| Octal | 211 | 115 | 116 | 0 | 54 | 53 | 56 | 547 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1001110 | 0 | 101100 | 101011 | 101110 | 101100111 | 11100 | 101010 |
Color Harmonies of #894D4E
Complementary color
Monochromatic Colors of #894D4E
Black with #894D4E
Text Example
Text Example
White with #894D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D4E; }
p { color: rgb(137,77,78); }
H1.HeaderClassName
{
color: #894D4E;
}
.AnyTagClassName
{
color: #894D4E;
}
</style>
background-color css
<style>
a { background-color: #894D4E; }
a { background-color: rgb(137,77,78); }
div.DivClassName
{
background-color: #894D4E;
}
.BgClassName
{
background-color: #894D4E;
}
</style>
border-color css
<style>
span { border-color: #894D4E; }
span { border-color: rgb(137,77,78); }
td.TdClassName
{
border-color: #894D4E;
}
.TagClassName
{
border-color: #894D4E;
}
</style>