Shades of Solid Pink #88595A
Tints of Solid Pink #88595A
RGB
CMYK
RGB Variations
Color information
#88595A (or 0x88595A) is known color: Solid Pink. HEX triplet: 88, 59 and 5A. RGB value is (136,89,90). Sum of RGB (Red+Green+Blue) = 136+89+90=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88595A is #77A6A5. Grayscale: #676767. Windows color (decimal): -7841446 or 5921160. OLE color: 5921160.
HSL color Cylindrical-coordinate representation of color #88595A: hue angle of 358.72º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88595A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 90 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.47 |
| HSL | 358.72º | 0.21% | 0.44% | - |
| HSV(B) | 358.72º | 0.35% | 0.53% | - |
| XYZ | 15.57 | 13.12 | 11.38 | - |
| YUV | 103.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 90 | 0 | 0.35 | 0.34 | 0.47 | 358.72 | 0.21 | 0.44 |
| Hex | 88 | 59 | 5A | 0 | 23 | 22 | 2F | 167 | 15 | 2C |
| Octal | 210 | 131 | 132 | 0 | 43 | 42 | 57 | 547 | 25 | 54 |
| Binary | 10001000 | 1011001 | 1011010 | 0 | 100011 | 100010 | 101111 | 101100111 | 10101 | 101100 |
Color Harmonies of #88595A
Complementary color
Monochromatic Colors of #88595A
Black with #88595A
Text Example
Text Example
White with #88595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88595A; }
p { color: rgb(136,89,90); }
H1.HeaderClassName
{
color: #88595A;
}
.AnyTagClassName
{
color: #88595A;
}
</style>
background-color css
<style>
a { background-color: #88595A; }
a { background-color: rgb(136,89,90); }
div.DivClassName
{
background-color: #88595A;
}
.BgClassName
{
background-color: #88595A;
}
</style>
border-color css
<style>
span { border-color: #88595A; }
span { border-color: rgb(136,89,90); }
td.TdClassName
{
border-color: #88595A;
}
.TagClassName
{
border-color: #88595A;
}
</style>