Shades of Solid Pink #894754
Tints of Solid Pink #894754
RGB
CMYK
RGB Variations
Color information
#894754 (or 0x894754) is known color: Solid Pink. HEX triplet: 89, 47 and 54. RGB value is (137,71,84). Sum of RGB (Red+Green+Blue) = 137+71+84=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894754 is #76B8AB. Grayscale: #5C5C5C. Windows color (decimal): -7780524 or 5523337. OLE color: 5523337.
HSL color Cylindrical-coordinate representation of color #894754: hue angle of 348.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #894754 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 84 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.46 |
| HSL | 348.18º | 0.32% | 0.41% | - |
| HSV(B) | 348.18º | 0.48% | 0.54% | - |
| XYZ | 14.17 | 10.46 | 9.66 | - |
| YUV | 92.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 84 | 0 | 0.48 | 0.39 | 0.46 | 348.18 | 0.32 | 0.41 |
| Hex | 89 | 47 | 54 | 0 | 30 | 27 | 2E | 15C | 20 | 29 |
| Octal | 211 | 107 | 124 | 0 | 60 | 47 | 56 | 534 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1010100 | 0 | 110000 | 100111 | 101110 | 101011100 | 100000 | 101001 |
Color Harmonies of #894754
Complementary color
Monochromatic Colors of #894754
Black with #894754
Text Example
Text Example
White with #894754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894754; }
p { color: rgb(137,71,84); }
H1.HeaderClassName
{
color: #894754;
}
.AnyTagClassName
{
color: #894754;
}
</style>
background-color css
<style>
a { background-color: #894754; }
a { background-color: rgb(137,71,84); }
div.DivClassName
{
background-color: #894754;
}
.BgClassName
{
background-color: #894754;
}
</style>
border-color css
<style>
span { border-color: #894754; }
span { border-color: rgb(137,71,84); }
td.TdClassName
{
border-color: #894754;
}
.TagClassName
{
border-color: #894754;
}
</style>