Shades of Solid Pink #895456
Tints of Solid Pink #895456
RGB
CMYK
RGB Variations
Color information
#895456 (or 0x895456) is known color: Solid Pink. HEX triplet: 89, 54 and 56. RGB value is (137,84,86). Sum of RGB (Red+Green+Blue) = 137+84+86=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895456 is #76ABA9. Grayscale: #646464. Windows color (decimal): -7777194 or 5657737. OLE color: 5657737.
HSL color Cylindrical-coordinate representation of color #895456: hue angle of 357.74º 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 #895456 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 86 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.46 |
| HSL | 357.74º | 0.24% | 0.43% | - |
| HSV(B) | 357.74º | 0.39% | 0.54% | - |
| XYZ | 15.17 | 12.33 | 10.38 | - |
| YUV | 100.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 86 | 0 | 0.39 | 0.37 | 0.46 | 357.74 | 0.24 | 0.43 |
| Hex | 89 | 54 | 56 | 0 | 27 | 25 | 2E | 166 | 18 | 2B |
| Octal | 211 | 124 | 126 | 0 | 47 | 45 | 56 | 546 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1010110 | 0 | 100111 | 100101 | 101110 | 101100110 | 11000 | 101011 |
Color Harmonies of #895456
Complementary color
Monochromatic Colors of #895456
Black with #895456
Text Example
Text Example
White with #895456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895456; }
p { color: rgb(137,84,86); }
H1.HeaderClassName
{
color: #895456;
}
.AnyTagClassName
{
color: #895456;
}
</style>
background-color css
<style>
a { background-color: #895456; }
a { background-color: rgb(137,84,86); }
div.DivClassName
{
background-color: #895456;
}
.BgClassName
{
background-color: #895456;
}
</style>
border-color css
<style>
span { border-color: #895456; }
span { border-color: rgb(137,84,86); }
td.TdClassName
{
border-color: #895456;
}
.TagClassName
{
border-color: #895456;
}
</style>