Shades of Solid Pink #88575B
Tints of Solid Pink #88575B
RGB
CMYK
RGB Variations
Color information
#88575B (or 0x88575B) is known color: Solid Pink. HEX triplet: 88, 57 and 5B. RGB value is (136,87,91). Sum of RGB (Red+Green+Blue) = 136+87+91=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88575B is #77A8A4. Grayscale: #666666. Windows color (decimal): -7841957 or 5986184. OLE color: 5986184.
HSL color Cylindrical-coordinate representation of color #88575B: hue angle of 355.1º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88575B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 87 | 91 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.47 |
| HSL | 355.1º | 0.22% | 0.44% | - |
| HSV(B) | 355.1º | 0.36% | 0.53% | - |
| XYZ | 15.45 | 12.81 | 11.56 | - |
| YUV | 102.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 91 | 0 | 0.36 | 0.33 | 0.47 | 355.1 | 0.22 | 0.44 |
| Hex | 88 | 57 | 5B | 0 | 24 | 21 | 2F | 163 | 16 | 2C |
| Octal | 210 | 127 | 133 | 0 | 44 | 41 | 57 | 543 | 26 | 54 |
| Binary | 10001000 | 1010111 | 1011011 | 0 | 100100 | 100001 | 101111 | 101100011 | 10110 | 101100 |
Color Harmonies of #88575B
Complementary color
Monochromatic Colors of #88575B
Black with #88575B
Text Example
Text Example
White with #88575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88575B; }
p { color: rgb(136,87,91); }
H1.HeaderClassName
{
color: #88575B;
}
.AnyTagClassName
{
color: #88575B;
}
</style>
background-color css
<style>
a { background-color: #88575B; }
a { background-color: rgb(136,87,91); }
div.DivClassName
{
background-color: #88575B;
}
.BgClassName
{
background-color: #88575B;
}
</style>
border-color css
<style>
span { border-color: #88575B; }
span { border-color: rgb(136,87,91); }
td.TdClassName
{
border-color: #88575B;
}
.TagClassName
{
border-color: #88575B;
}
</style>