Shades of Solid Pink #894047
Tints of Solid Pink #894047
RGB
CMYK
RGB Variations
Color information
#894047 (or 0x894047) is known color: Solid Pink. HEX triplet: 89, 40 and 47. RGB value is (137,64,71). Sum of RGB (Red+Green+Blue) = 137+64+71=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894047 is #76BFB8. Grayscale: #565656. Windows color (decimal): -7782329 or 4669577. OLE color: 4669577.
HSL color Cylindrical-coordinate representation of color #894047: hue angle of 354.25º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894047 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 71 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.46 |
| HSL | 354.25º | 0.36% | 0.39% | - |
| HSV(B) | 354.25º | 0.53% | 0.54% | - |
| XYZ | 13.29 | 9.44 | 7.08 | - |
| YUV | 86.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 71 | 0 | 0.53 | 0.48 | 0.46 | 354.25 | 0.36 | 0.39 |
| Hex | 89 | 40 | 47 | 0 | 35 | 30 | 2E | 162 | 24 | 27 |
| Octal | 211 | 100 | 107 | 0 | 65 | 60 | 56 | 542 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1000111 | 0 | 110101 | 110000 | 101110 | 101100010 | 100100 | 100111 |
Color Harmonies of #894047
Complementary color
Monochromatic Colors of #894047
Black with #894047
Text Example
Text Example
White with #894047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894047; }
p { color: rgb(137,64,71); }
H1.HeaderClassName
{
color: #894047;
}
.AnyTagClassName
{
color: #894047;
}
</style>
background-color css
<style>
a { background-color: #894047; }
a { background-color: rgb(137,64,71); }
div.DivClassName
{
background-color: #894047;
}
.BgClassName
{
background-color: #894047;
}
</style>
border-color css
<style>
span { border-color: #894047; }
span { border-color: rgb(137,64,71); }
td.TdClassName
{
border-color: #894047;
}
.TagClassName
{
border-color: #894047;
}
</style>