Shades of Solid Pink #89545A
Tints of Solid Pink #89545A
RGB
CMYK
RGB Variations
Color information
#89545A (or 0x89545A) is known color: Solid Pink. HEX triplet: 89, 54 and 5A. RGB value is (137,84,90). Sum of RGB (Red+Green+Blue) = 137+84+90=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89545A is #76ABA5. Grayscale: #646464. Windows color (decimal): -7777190 or 5919881. OLE color: 5919881.
HSL color Cylindrical-coordinate representation of color #89545A: hue angle of 353.21º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89545A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 90 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.46 |
| HSL | 353.21º | 0.24% | 0.43% | - |
| HSV(B) | 353.21º | 0.39% | 0.54% | - |
| XYZ | 15.33 | 12.4 | 11.26 | - |
| YUV | 100.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 90 | 0 | 0.39 | 0.34 | 0.46 | 353.21 | 0.24 | 0.43 |
| Hex | 89 | 54 | 5A | 0 | 27 | 22 | 2E | 161 | 18 | 2B |
| Octal | 211 | 124 | 132 | 0 | 47 | 42 | 56 | 541 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1011010 | 0 | 100111 | 100010 | 101110 | 101100001 | 11000 | 101011 |
Color Harmonies of #89545A
Complementary color
Monochromatic Colors of #89545A
Black with #89545A
Text Example
Text Example
White with #89545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89545A; }
p { color: rgb(137,84,90); }
H1.HeaderClassName
{
color: #89545A;
}
.AnyTagClassName
{
color: #89545A;
}
</style>
background-color css
<style>
a { background-color: #89545A; }
a { background-color: rgb(137,84,90); }
div.DivClassName
{
background-color: #89545A;
}
.BgClassName
{
background-color: #89545A;
}
</style>
border-color css
<style>
span { border-color: #89545A; }
span { border-color: rgb(137,84,90); }
td.TdClassName
{
border-color: #89545A;
}
.TagClassName
{
border-color: #89545A;
}
</style>