Shades of Solid Pink #894954
Tints of Solid Pink #894954
RGB
CMYK
RGB Variations
Color information
#894954 (or 0x894954) is known color: Solid Pink. HEX triplet: 89, 49 and 54. RGB value is (137,73,84). Sum of RGB (Red+Green+Blue) = 137+73+84=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #894954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894954 is #76B6AB. Grayscale: #5D5D5D. Windows color (decimal): -7780012 or 5523849. OLE color: 5523849.
HSL color Cylindrical-coordinate representation of color #894954: hue angle of 349.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894954 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 84 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.46 |
| HSL | 349.69º | 0.3% | 0.41% | - |
| HSV(B) | 349.69º | 0.47% | 0.54% | - |
| XYZ | 14.3 | 10.72 | 9.7 | - |
| YUV | 93.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 84 | 0 | 0.47 | 0.39 | 0.46 | 349.69 | 0.3 | 0.41 |
| Hex | 89 | 49 | 54 | 0 | 2F | 27 | 2E | 15E | 1E | 29 |
| Octal | 211 | 111 | 124 | 0 | 57 | 47 | 56 | 536 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1010100 | 0 | 101111 | 100111 | 101110 | 101011110 | 11110 | 101001 |
Color Harmonies of #894954
Complementary color
Monochromatic Colors of #894954
Black with #894954
Text Example
Text Example
White with #894954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894954; }
p { color: rgb(137,73,84); }
H1.HeaderClassName
{
color: #894954;
}
.AnyTagClassName
{
color: #894954;
}
</style>
background-color css
<style>
a { background-color: #894954; }
a { background-color: rgb(137,73,84); }
div.DivClassName
{
background-color: #894954;
}
.BgClassName
{
background-color: #894954;
}
</style>
border-color css
<style>
span { border-color: #894954; }
span { border-color: rgb(137,73,84); }
td.TdClassName
{
border-color: #894954;
}
.TagClassName
{
border-color: #894954;
}
</style>