Shades of Solid Pink #894850
Tints of Solid Pink #894850
RGB
CMYK
RGB Variations
Color information
#894850 (or 0x894850) is known color: Solid Pink. HEX triplet: 89, 48 and 50. RGB value is (137,72,80). Sum of RGB (Red+Green+Blue) = 137+72+80=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894850 is #76B7AF. Grayscale: #5C5C5C. Windows color (decimal): -7780272 or 5261449. OLE color: 5261449.
HSL color Cylindrical-coordinate representation of color #894850: hue angle of 352.62º 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 #894850 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 80 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.46 |
| HSL | 352.62º | 0.31% | 0.41% | - |
| HSV(B) | 352.62º | 0.47% | 0.54% | - |
| XYZ | 14.08 | 10.53 | 8.88 | - |
| YUV | 92.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 80 | 0 | 0.47 | 0.42 | 0.46 | 352.62 | 0.31 | 0.41 |
| Hex | 89 | 48 | 50 | 0 | 2F | 2A | 2E | 161 | 1F | 29 |
| Octal | 211 | 110 | 120 | 0 | 57 | 52 | 56 | 541 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1010000 | 0 | 101111 | 101010 | 101110 | 101100001 | 11111 | 101001 |
Color Harmonies of #894850
Complementary color
Monochromatic Colors of #894850
Black with #894850
Text Example
Text Example
White with #894850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894850; }
p { color: rgb(137,72,80); }
H1.HeaderClassName
{
color: #894850;
}
.AnyTagClassName
{
color: #894850;
}
</style>
background-color css
<style>
a { background-color: #894850; }
a { background-color: rgb(137,72,80); }
div.DivClassName
{
background-color: #894850;
}
.BgClassName
{
background-color: #894850;
}
</style>
border-color css
<style>
span { border-color: #894850; }
span { border-color: rgb(137,72,80); }
td.TdClassName
{
border-color: #894850;
}
.TagClassName
{
border-color: #894850;
}
</style>