Shades of Solid Pink #885059
Tints of Solid Pink #885059
RGB
CMYK
RGB Variations
Color information
#885059 (or 0x885059) is known color: Solid Pink. HEX triplet: 88, 50 and 59. RGB value is (136,80,89). Sum of RGB (Red+Green+Blue) = 136+80+89=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885059 is #77AFA6. Grayscale: #616161. Windows color (decimal): -7843751 or 5853320. OLE color: 5853320.
HSL color Cylindrical-coordinate representation of color #885059: hue angle of 350.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885059 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 89 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.47 |
| HSL | 350.36º | 0.26% | 0.42% | - |
| HSV(B) | 350.36º | 0.41% | 0.53% | - |
| XYZ | 14.83 | 11.69 | 10.93 | - |
| YUV | 97.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 89 | 0 | 0.41 | 0.35 | 0.47 | 350.36 | 0.26 | 0.42 |
| Hex | 88 | 50 | 59 | 0 | 29 | 23 | 2F | 15E | 1A | 2A |
| Octal | 210 | 120 | 131 | 0 | 51 | 43 | 57 | 536 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1011001 | 0 | 101001 | 100011 | 101111 | 101011110 | 11010 | 101010 |
Color Harmonies of #885059
Complementary color
Monochromatic Colors of #885059
Black with #885059
Text Example
Text Example
White with #885059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885059; }
p { color: rgb(136,80,89); }
H1.HeaderClassName
{
color: #885059;
}
.AnyTagClassName
{
color: #885059;
}
</style>
background-color css
<style>
a { background-color: #885059; }
a { background-color: rgb(136,80,89); }
div.DivClassName
{
background-color: #885059;
}
.BgClassName
{
background-color: #885059;
}
</style>
border-color css
<style>
span { border-color: #885059; }
span { border-color: rgb(136,80,89); }
td.TdClassName
{
border-color: #885059;
}
.TagClassName
{
border-color: #885059;
}
</style>