Shades of Solid Pink #88565B
Tints of Solid Pink #88565B
RGB
CMYK
RGB Variations
Color information
#88565B (or 0x88565B) is known color: Solid Pink. HEX triplet: 88, 56 and 5B. RGB value is (136,86,91). Sum of RGB (Red+Green+Blue) = 136+86+91=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88565B is #77A9A4. Grayscale: #656565. Windows color (decimal): -7842213 or 5985928. OLE color: 5985928.
HSL color Cylindrical-coordinate representation of color #88565B: hue angle of 354º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88565B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 91 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.47 |
| HSL | 354º | 0.23% | 0.44% | - |
| HSV(B) | 354º | 0.37% | 0.53% | - |
| XYZ | 15.37 | 12.65 | 11.53 | - |
| YUV | 101.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 91 | 0 | 0.37 | 0.33 | 0.47 | 354 | 0.23 | 0.44 |
| Hex | 88 | 56 | 5B | 0 | 25 | 21 | 2F | 162 | 17 | 2C |
| Octal | 210 | 126 | 133 | 0 | 45 | 41 | 57 | 542 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1011011 | 0 | 100101 | 100001 | 101111 | 101100010 | 10111 | 101100 |
Color Harmonies of #88565B
Complementary color
Monochromatic Colors of #88565B
Black with #88565B
Text Example
Text Example
White with #88565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88565B; }
p { color: rgb(136,86,91); }
H1.HeaderClassName
{
color: #88565B;
}
.AnyTagClassName
{
color: #88565B;
}
</style>
background-color css
<style>
a { background-color: #88565B; }
a { background-color: rgb(136,86,91); }
div.DivClassName
{
background-color: #88565B;
}
.BgClassName
{
background-color: #88565B;
}
</style>
border-color css
<style>
span { border-color: #88565B; }
span { border-color: rgb(136,86,91); }
td.TdClassName
{
border-color: #88565B;
}
.TagClassName
{
border-color: #88565B;
}
</style>