Shades of Solid Pink #894C50
Tints of Solid Pink #894C50
RGB
CMYK
RGB Variations
Color information
#894C50 (or 0x894C50) is known color: Solid Pink. HEX triplet: 89, 4C and 50. RGB value is (137,76,80). Sum of RGB (Red+Green+Blue) = 137+76+80=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C50 is #76B3AF. Grayscale: #5E5E5E. Windows color (decimal): -7779248 or 5262473. OLE color: 5262473.
HSL color Cylindrical-coordinate representation of color #894C50: hue angle of 356.07º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894C50 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 76 | 80 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.46 |
| HSL | 356.07º | 0.29% | 0.42% | - |
| HSV(B) | 356.07º | 0.45% | 0.54% | - |
| XYZ | 14.35 | 11.07 | 8.97 | - |
| YUV | 94.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 80 | 0 | 0.45 | 0.42 | 0.46 | 356.07 | 0.29 | 0.42 |
| Hex | 89 | 4C | 50 | 0 | 2D | 2A | 2E | 164 | 1D | 2A |
| Octal | 211 | 114 | 120 | 0 | 55 | 52 | 56 | 544 | 35 | 52 |
| Binary | 10001001 | 1001100 | 1010000 | 0 | 101101 | 101010 | 101110 | 101100100 | 11101 | 101010 |
Color Harmonies of #894C50
Complementary color
Monochromatic Colors of #894C50
Black with #894C50
Text Example
Text Example
White with #894C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894C50; }
p { color: rgb(137,76,80); }
H1.HeaderClassName
{
color: #894C50;
}
.AnyTagClassName
{
color: #894C50;
}
</style>
background-color css
<style>
a { background-color: #894C50; }
a { background-color: rgb(137,76,80); }
div.DivClassName
{
background-color: #894C50;
}
.BgClassName
{
background-color: #894C50;
}
</style>
border-color css
<style>
span { border-color: #894C50; }
span { border-color: rgb(137,76,80); }
td.TdClassName
{
border-color: #894C50;
}
.TagClassName
{
border-color: #894C50;
}
</style>