Shades of Solid Pink #894147
Tints of Solid Pink #894147
RGB
CMYK
RGB Variations
Color information
#894147 (or 0x894147) is known color: Solid Pink. HEX triplet: 89, 41 and 47. RGB value is (137,65,71). Sum of RGB (Red+Green+Blue) = 137+65+71=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894147 is #76BEB8. Grayscale: #575757. Windows color (decimal): -7782073 or 4669833. OLE color: 4669833.
HSL color Cylindrical-coordinate representation of color #894147: hue angle of 355º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894147 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 71 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.46 |
| HSL | 355º | 0.36% | 0.4% | - |
| HSV(B) | 355º | 0.53% | 0.54% | - |
| XYZ | 13.34 | 9.55 | 7.1 | - |
| YUV | 87.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 71 | 0 | 0.53 | 0.48 | 0.46 | 355 | 0.36 | 0.4 |
| Hex | 89 | 41 | 47 | 0 | 35 | 30 | 2E | 163 | 24 | 28 |
| Octal | 211 | 101 | 107 | 0 | 65 | 60 | 56 | 543 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1000111 | 0 | 110101 | 110000 | 101110 | 101100011 | 100100 | 101000 |
Color Harmonies of #894147
Complementary color
Monochromatic Colors of #894147
Black with #894147
Text Example
Text Example
White with #894147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894147; }
p { color: rgb(137,65,71); }
H1.HeaderClassName
{
color: #894147;
}
.AnyTagClassName
{
color: #894147;
}
</style>
background-color css
<style>
a { background-color: #894147; }
a { background-color: rgb(137,65,71); }
div.DivClassName
{
background-color: #894147;
}
.BgClassName
{
background-color: #894147;
}
</style>
border-color css
<style>
span { border-color: #894147; }
span { border-color: rgb(137,65,71); }
td.TdClassName
{
border-color: #894147;
}
.TagClassName
{
border-color: #894147;
}
</style>