Shades of Solid Pink #894952
Tints of Solid Pink #894952
RGB
CMYK
RGB Variations
Color information
#894952 (or 0x894952) is known color: Solid Pink. HEX triplet: 89, 49 and 52. RGB value is (137,73,82). Sum of RGB (Red+Green+Blue) = 137+73+82=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894952 is #76B6AD. Grayscale: #5D5D5D. Windows color (decimal): -7780014 or 5392777. OLE color: 5392777.
HSL color Cylindrical-coordinate representation of color #894952: hue angle of 351.56º degrees, saturation: 0.3, 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 #894952 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 82 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.46 |
| HSL | 351.56º | 0.3% | 0.41% | - |
| HSV(B) | 351.56º | 0.47% | 0.54% | - |
| XYZ | 14.22 | 10.69 | 9.3 | - |
| YUV | 93.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 82 | 0 | 0.47 | 0.40 | 0.46 | 351.56 | 0.3 | 0.41 |
| Hex | 89 | 49 | 52 | 0 | 2F | 28 | 2E | 160 | 1E | 29 |
| Octal | 211 | 111 | 122 | 0 | 57 | 50 | 56 | 540 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1010010 | 0 | 101111 | 101000 | 101110 | 101100000 | 11110 | 101001 |
Color Harmonies of #894952
Complementary color
Monochromatic Colors of #894952
Black with #894952
Text Example
Text Example
White with #894952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894952; }
p { color: rgb(137,73,82); }
H1.HeaderClassName
{
color: #894952;
}
.AnyTagClassName
{
color: #894952;
}
</style>
background-color css
<style>
a { background-color: #894952; }
a { background-color: rgb(137,73,82); }
div.DivClassName
{
background-color: #894952;
}
.BgClassName
{
background-color: #894952;
}
</style>
border-color css
<style>
span { border-color: #894952; }
span { border-color: rgb(137,73,82); }
td.TdClassName
{
border-color: #894952;
}
.TagClassName
{
border-color: #894952;
}
</style>