Shades of Solid Pink #88555A
Tints of Solid Pink #88555A
RGB
CMYK
RGB Variations
Color information
#88555A (or 0x88555A) is known color: Solid Pink. HEX triplet: 88, 55 and 5A. RGB value is (136,85,90). Sum of RGB (Red+Green+Blue) = 136+85+90=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88555A is #77AAA5. Grayscale: #646464. Windows color (decimal): -7842470 or 5920136. OLE color: 5920136.
HSL color Cylindrical-coordinate representation of color #88555A: hue angle of 354.12º degrees, saturation: 0.23, 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 #88555A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 90 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.47 |
| HSL | 354.12º | 0.23% | 0.43% | - |
| HSV(B) | 354.12º | 0.38% | 0.53% | - |
| XYZ | 15.25 | 12.47 | 11.28 | - |
| YUV | 100.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 90 | 0 | 0.38 | 0.34 | 0.47 | 354.12 | 0.23 | 0.43 |
| Hex | 88 | 55 | 5A | 0 | 26 | 22 | 2F | 162 | 17 | 2B |
| Octal | 210 | 125 | 132 | 0 | 46 | 42 | 57 | 542 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1011010 | 0 | 100110 | 100010 | 101111 | 101100010 | 10111 | 101011 |
Color Harmonies of #88555A
Complementary color
Monochromatic Colors of #88555A
Black with #88555A
Text Example
Text Example
White with #88555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88555A; }
p { color: rgb(136,85,90); }
H1.HeaderClassName
{
color: #88555A;
}
.AnyTagClassName
{
color: #88555A;
}
</style>
background-color css
<style>
a { background-color: #88555A; }
a { background-color: rgb(136,85,90); }
div.DivClassName
{
background-color: #88555A;
}
.BgClassName
{
background-color: #88555A;
}
</style>
border-color css
<style>
span { border-color: #88555A; }
span { border-color: rgb(136,85,90); }
td.TdClassName
{
border-color: #88555A;
}
.TagClassName
{
border-color: #88555A;
}
</style>