Shades of Solid Pink #894448
Tints of Solid Pink #894448
RGB
CMYK
RGB Variations
Color information
#894448 (or 0x894448) is known color: Solid Pink. HEX triplet: 89, 44 and 48. RGB value is (137,68,72). Sum of RGB (Red+Green+Blue) = 137+68+72=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894448 is #76BBB7. Grayscale: #595959. Windows color (decimal): -7781304 or 4736137. OLE color: 4736137.
HSL color Cylindrical-coordinate representation of color #894448: hue angle of 356.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894448 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 72 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.46 |
| HSL | 356.52º | 0.34% | 0.4% | - |
| HSV(B) | 356.52º | 0.5% | 0.54% | - |
| XYZ | 13.55 | 9.92 | 7.33 | - |
| YUV | 89.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 72 | 0 | 0.50 | 0.47 | 0.46 | 356.52 | 0.34 | 0.4 |
| Hex | 89 | 44 | 48 | 0 | 32 | 2F | 2E | 165 | 22 | 28 |
| Octal | 211 | 104 | 110 | 0 | 62 | 57 | 56 | 545 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1001000 | 0 | 110010 | 101111 | 101110 | 101100101 | 100010 | 101000 |
Color Harmonies of #894448
Complementary color
Monochromatic Colors of #894448
Black with #894448
Text Example
Text Example
White with #894448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894448; }
p { color: rgb(137,68,72); }
H1.HeaderClassName
{
color: #894448;
}
.AnyTagClassName
{
color: #894448;
}
</style>
background-color css
<style>
a { background-color: #894448; }
a { background-color: rgb(137,68,72); }
div.DivClassName
{
background-color: #894448;
}
.BgClassName
{
background-color: #894448;
}
</style>
border-color css
<style>
span { border-color: #894448; }
span { border-color: rgb(137,68,72); }
td.TdClassName
{
border-color: #894448;
}
.TagClassName
{
border-color: #894448;
}
</style>