Shades of Solid Pink #894755
Tints of Solid Pink #894755
RGB
CMYK
RGB Variations
Color information
#894755 (or 0x894755) is known color: Solid Pink. HEX triplet: 89, 47 and 55. RGB value is (137,71,85). Sum of RGB (Red+Green+Blue) = 137+71+85=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894755 is #76B8AA. Grayscale: #5C5C5C. Windows color (decimal): -7780523 or 5588873. OLE color: 5588873.
HSL color Cylindrical-coordinate representation of color #894755: hue angle of 347.27º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #894755 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 85 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.46 |
| HSL | 347.27º | 0.32% | 0.41% | - |
| HSV(B) | 347.27º | 0.48% | 0.54% | - |
| XYZ | 14.21 | 10.48 | 9.87 | - |
| YUV | 92.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 85 | 0 | 0.48 | 0.38 | 0.46 | 347.27 | 0.32 | 0.41 |
| Hex | 89 | 47 | 55 | 0 | 30 | 26 | 2E | 15B | 20 | 29 |
| Octal | 211 | 107 | 125 | 0 | 60 | 46 | 56 | 533 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1010101 | 0 | 110000 | 100110 | 101110 | 101011011 | 100000 | 101001 |
Color Harmonies of #894755
Complementary color
Monochromatic Colors of #894755
Black with #894755
Text Example
Text Example
White with #894755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894755; }
p { color: rgb(137,71,85); }
H1.HeaderClassName
{
color: #894755;
}
.AnyTagClassName
{
color: #894755;
}
</style>
background-color css
<style>
a { background-color: #894755; }
a { background-color: rgb(137,71,85); }
div.DivClassName
{
background-color: #894755;
}
.BgClassName
{
background-color: #894755;
}
</style>
border-color css
<style>
span { border-color: #894755; }
span { border-color: rgb(137,71,85); }
td.TdClassName
{
border-color: #894755;
}
.TagClassName
{
border-color: #894755;
}
</style>