Shades of Solid Pink #89444C
Tints of Solid Pink #89444C
RGB
CMYK
RGB Variations
Color information
#89444C (or 0x89444C) is known color: Solid Pink. HEX triplet: 89, 44 and 4C. RGB value is (137,68,76). Sum of RGB (Red+Green+Blue) = 137+68+76=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89444C is #76BBB3. Grayscale: #595959. Windows color (decimal): -7781300 or 4998281. OLE color: 4998281.
HSL color Cylindrical-coordinate representation of color #89444C: hue angle of 353.04º 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 #89444C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 76 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.46 |
| HSL | 353.04º | 0.34% | 0.4% | - |
| HSV(B) | 353.04º | 0.5% | 0.54% | - |
| XYZ | 13.69 | 9.97 | 8.04 | - |
| YUV | 89.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 76 | 0 | 0.50 | 0.45 | 0.46 | 353.04 | 0.34 | 0.4 |
| Hex | 89 | 44 | 4C | 0 | 32 | 2D | 2E | 161 | 22 | 28 |
| Octal | 211 | 104 | 114 | 0 | 62 | 55 | 56 | 541 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1001100 | 0 | 110010 | 101101 | 101110 | 101100001 | 100010 | 101000 |
Color Harmonies of #89444C
Complementary color
Monochromatic Colors of #89444C
Black with #89444C
Text Example
Text Example
White with #89444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89444C; }
p { color: rgb(137,68,76); }
H1.HeaderClassName
{
color: #89444C;
}
.AnyTagClassName
{
color: #89444C;
}
</style>
background-color css
<style>
a { background-color: #89444C; }
a { background-color: rgb(137,68,76); }
div.DivClassName
{
background-color: #89444C;
}
.BgClassName
{
background-color: #89444C;
}
</style>
border-color css
<style>
span { border-color: #89444C; }
span { border-color: rgb(137,68,76); }
td.TdClassName
{
border-color: #89444C;
}
.TagClassName
{
border-color: #89444C;
}
</style>