Shades of Solid Pink #894855
Tints of Solid Pink #894855
RGB
CMYK
RGB Variations
Color information
#894855 (or 0x894855) is known color: Solid Pink. HEX triplet: 89, 48 and 55. RGB value is (137,72,85). Sum of RGB (Red+Green+Blue) = 137+72+85=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #894855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894855 is #76B7AA. Grayscale: #5C5C5C. Windows color (decimal): -7780267 or 5589129. OLE color: 5589129.
HSL color Cylindrical-coordinate representation of color #894855: hue angle of 348º degrees, saturation: 0.31, 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 #894855 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 85 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.46 |
| HSL | 348º | 0.31% | 0.41% | - |
| HSV(B) | 348º | 0.47% | 0.54% | - |
| XYZ | 14.27 | 10.61 | 9.89 | - |
| YUV | 92.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 85 | 0 | 0.47 | 0.38 | 0.46 | 348 | 0.31 | 0.41 |
| Hex | 89 | 48 | 55 | 0 | 2F | 26 | 2E | 15C | 1F | 29 |
| Octal | 211 | 110 | 125 | 0 | 57 | 46 | 56 | 534 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1010101 | 0 | 101111 | 100110 | 101110 | 101011100 | 11111 | 101001 |
Color Harmonies of #894855
Complementary color
Monochromatic Colors of #894855
Black with #894855
Text Example
Text Example
White with #894855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894855; }
p { color: rgb(137,72,85); }
H1.HeaderClassName
{
color: #894855;
}
.AnyTagClassName
{
color: #894855;
}
</style>
background-color css
<style>
a { background-color: #894855; }
a { background-color: rgb(137,72,85); }
div.DivClassName
{
background-color: #894855;
}
.BgClassName
{
background-color: #894855;
}
</style>
border-color css
<style>
span { border-color: #894855; }
span { border-color: rgb(137,72,85); }
td.TdClassName
{
border-color: #894855;
}
.TagClassName
{
border-color: #894855;
}
</style>