Shades of Solid Pink #885459
Tints of Solid Pink #885459
RGB
CMYK
RGB Variations
Color information
#885459 (or 0x885459) is known color: Solid Pink. HEX triplet: 88, 54 and 59. RGB value is (136,84,89). Sum of RGB (Red+Green+Blue) = 136+84+89=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885459 is #77ABA6. Grayscale: #646464. Windows color (decimal): -7842727 or 5854344. OLE color: 5854344.
HSL color Cylindrical-coordinate representation of color #885459: hue angle of 354.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885459 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 89 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.47 |
| HSL | 354.23º | 0.24% | 0.43% | - |
| HSV(B) | 354.23º | 0.38% | 0.53% | - |
| XYZ | 15.13 | 12.3 | 11.03 | - |
| YUV | 100.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 89 | 0 | 0.38 | 0.35 | 0.47 | 354.23 | 0.24 | 0.43 |
| Hex | 88 | 54 | 59 | 0 | 26 | 23 | 2F | 162 | 18 | 2B |
| Octal | 210 | 124 | 131 | 0 | 46 | 43 | 57 | 542 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1011001 | 0 | 100110 | 100011 | 101111 | 101100010 | 11000 | 101011 |
Color Harmonies of #885459
Complementary color
Monochromatic Colors of #885459
Black with #885459
Text Example
Text Example
White with #885459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885459; }
p { color: rgb(136,84,89); }
H1.HeaderClassName
{
color: #885459;
}
.AnyTagClassName
{
color: #885459;
}
</style>
background-color css
<style>
a { background-color: #885459; }
a { background-color: rgb(136,84,89); }
div.DivClassName
{
background-color: #885459;
}
.BgClassName
{
background-color: #885459;
}
</style>
border-color css
<style>
span { border-color: #885459; }
span { border-color: rgb(136,84,89); }
td.TdClassName
{
border-color: #885459;
}
.TagClassName
{
border-color: #885459;
}
</style>