Shades of Solid Pink #894149
Tints of Solid Pink #894149
RGB
CMYK
RGB Variations
Color information
#894149 (or 0x894149) is known color: Solid Pink. HEX triplet: 89, 41 and 49. RGB value is (137,65,73). Sum of RGB (Red+Green+Blue) = 137+65+73=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #894149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894149 is #76BEB6. Grayscale: #575757. Windows color (decimal): -7782071 or 4800905. OLE color: 4800905.
HSL color Cylindrical-coordinate representation of color #894149: hue angle of 353.33º 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 #894149 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 73 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.46 |
| HSL | 353.33º | 0.36% | 0.4% | - |
| HSV(B) | 353.33º | 0.53% | 0.54% | - |
| XYZ | 13.41 | 9.58 | 7.45 | - |
| YUV | 87.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 73 | 0 | 0.53 | 0.47 | 0.46 | 353.33 | 0.36 | 0.4 |
| Hex | 89 | 41 | 49 | 0 | 35 | 2F | 2E | 161 | 24 | 28 |
| Octal | 211 | 101 | 111 | 0 | 65 | 57 | 56 | 541 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1001001 | 0 | 110101 | 101111 | 101110 | 101100001 | 100100 | 101000 |
Color Harmonies of #894149
Complementary color
Monochromatic Colors of #894149
Black with #894149
Text Example
Text Example
White with #894149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894149; }
p { color: rgb(137,65,73); }
H1.HeaderClassName
{
color: #894149;
}
.AnyTagClassName
{
color: #894149;
}
</style>
background-color css
<style>
a { background-color: #894149; }
a { background-color: rgb(137,65,73); }
div.DivClassName
{
background-color: #894149;
}
.BgClassName
{
background-color: #894149;
}
</style>
border-color css
<style>
span { border-color: #894149; }
span { border-color: rgb(137,65,73); }
td.TdClassName
{
border-color: #894149;
}
.TagClassName
{
border-color: #894149;
}
</style>