Shades of Solid Pink #894953
Tints of Solid Pink #894953
RGB
CMYK
RGB Variations
Color information
#894953 (or 0x894953) is known color: Solid Pink. HEX triplet: 89, 49 and 53. RGB value is (137,73,83). Sum of RGB (Red+Green+Blue) = 137+73+83=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894953 is #76B6AC. Grayscale: #5D5D5D. Windows color (decimal): -7780013 or 5458313. OLE color: 5458313.
HSL color Cylindrical-coordinate representation of color #894953: hue angle of 350.62º 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 #894953 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 83 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.46 |
| HSL | 350.63º | 0.3% | 0.41% | - |
| HSV(B) | 350.63º | 0.47% | 0.54% | - |
| XYZ | 14.26 | 10.71 | 9.5 | - |
| YUV | 93.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 83 | 0 | 0.47 | 0.39 | 0.46 | 350.63 | 0.3 | 0.41 |
| Hex | 89 | 49 | 53 | 0 | 2F | 27 | 2E | 15F | 1E | 29 |
| Octal | 211 | 111 | 123 | 0 | 57 | 47 | 56 | 537 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1010011 | 0 | 101111 | 100111 | 101110 | 101011111 | 11110 | 101001 |
Color Harmonies of #894953
Complementary color
Monochromatic Colors of #894953
Black with #894953
Text Example
Text Example
White with #894953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894953; }
p { color: rgb(137,73,83); }
H1.HeaderClassName
{
color: #894953;
}
.AnyTagClassName
{
color: #894953;
}
</style>
background-color css
<style>
a { background-color: #894953; }
a { background-color: rgb(137,73,83); }
div.DivClassName
{
background-color: #894953;
}
.BgClassName
{
background-color: #894953;
}
</style>
border-color css
<style>
span { border-color: #894953; }
span { border-color: rgb(137,73,83); }
td.TdClassName
{
border-color: #894953;
}
.TagClassName
{
border-color: #894953;
}
</style>