Shades of Solid Pink #894B4E
Tints of Solid Pink #894B4E
RGB
CMYK
RGB Variations
Color information
#894B4E (or 0x894B4E) is known color: Solid Pink. HEX triplet: 89, 4B and 4E. RGB value is (137,75,78). Sum of RGB (Red+Green+Blue) = 137+75+78=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #894B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B4E is #76B4B1. Grayscale: #5D5D5D. Windows color (decimal): -7779506 or 5131145. OLE color: 5131145.
HSL color Cylindrical-coordinate representation of color #894B4E: hue angle of 357.1º 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 #894B4E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 78 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.46 |
| HSL | 357.1º | 0.29% | 0.42% | - |
| HSV(B) | 357.1º | 0.45% | 0.54% | - |
| XYZ | 14.21 | 10.9 | 8.56 | - |
| YUV | 93.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 78 | 0 | 0.45 | 0.43 | 0.46 | 357.1 | 0.29 | 0.42 |
| Hex | 89 | 4B | 4E | 0 | 2D | 2B | 2E | 165 | 1D | 2A |
| Octal | 211 | 113 | 116 | 0 | 55 | 53 | 56 | 545 | 35 | 52 |
| Binary | 10001001 | 1001011 | 1001110 | 0 | 101101 | 101011 | 101110 | 101100101 | 11101 | 101010 |
Color Harmonies of #894B4E
Complementary color
Monochromatic Colors of #894B4E
Black with #894B4E
Text Example
Text Example
White with #894B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B4E; }
p { color: rgb(137,75,78); }
H1.HeaderClassName
{
color: #894B4E;
}
.AnyTagClassName
{
color: #894B4E;
}
</style>
background-color css
<style>
a { background-color: #894B4E; }
a { background-color: rgb(137,75,78); }
div.DivClassName
{
background-color: #894B4E;
}
.BgClassName
{
background-color: #894B4E;
}
</style>
border-color css
<style>
span { border-color: #894B4E; }
span { border-color: rgb(137,75,78); }
td.TdClassName
{
border-color: #894B4E;
}
.TagClassName
{
border-color: #894B4E;
}
</style>