Shades of Solid Pink #894D50
Tints of Solid Pink #894D50
RGB
CMYK
RGB Variations
Color information
#894D50 (or 0x894D50) is known color: Solid Pink. HEX triplet: 89, 4D and 50. RGB value is (137,77,80). Sum of RGB (Red+Green+Blue) = 137+77+80=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #894D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D50 is #76B2AF. Grayscale: #5F5F5F. Windows color (decimal): -7778992 or 5262729. OLE color: 5262729.
HSL color Cylindrical-coordinate representation of color #894D50: hue angle of 357º 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 #894D50 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 80 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.46 |
| HSL | 357º | 0.28% | 0.42% | - |
| HSV(B) | 357º | 0.44% | 0.54% | - |
| XYZ | 14.42 | 11.21 | 8.99 | - |
| YUV | 95.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 80 | 0 | 0.44 | 0.42 | 0.46 | 357 | 0.28 | 0.42 |
| Hex | 89 | 4D | 50 | 0 | 2C | 2A | 2E | 165 | 1C | 2A |
| Octal | 211 | 115 | 120 | 0 | 54 | 52 | 56 | 545 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1010000 | 0 | 101100 | 101010 | 101110 | 101100101 | 11100 | 101010 |
Color Harmonies of #894D50
Complementary color
Monochromatic Colors of #894D50
Black with #894D50
Text Example
Text Example
White with #894D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D50; }
p { color: rgb(137,77,80); }
H1.HeaderClassName
{
color: #894D50;
}
.AnyTagClassName
{
color: #894D50;
}
</style>
background-color css
<style>
a { background-color: #894D50; }
a { background-color: rgb(137,77,80); }
div.DivClassName
{
background-color: #894D50;
}
.BgClassName
{
background-color: #894D50;
}
</style>
border-color css
<style>
span { border-color: #894D50; }
span { border-color: rgb(137,77,80); }
td.TdClassName
{
border-color: #894D50;
}
.TagClassName
{
border-color: #894D50;
}
</style>