Shades of Solid Pink #885153
Tints of Solid Pink #885153
RGB
CMYK
RGB Variations
Color information
#885153 (or 0x885153) is known color: Solid Pink. HEX triplet: 88, 51 and 53. RGB value is (136,81,83). Sum of RGB (Red+Green+Blue) = 136+81+83=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885153 is #77AEAC. Grayscale: #616161. Windows color (decimal): -7843501 or 5460360. OLE color: 5460360.
HSL color Cylindrical-coordinate representation of color #885153: hue angle of 357.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885153 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 83 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.47 |
| HSL | 357.82º | 0.25% | 0.43% | - |
| HSV(B) | 357.82º | 0.4% | 0.53% | - |
| XYZ | 14.66 | 11.74 | 9.68 | - |
| YUV | 97.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 83 | 0 | 0.40 | 0.39 | 0.47 | 357.82 | 0.25 | 0.43 |
| Hex | 88 | 51 | 53 | 0 | 28 | 27 | 2F | 166 | 19 | 2B |
| Octal | 210 | 121 | 123 | 0 | 50 | 47 | 57 | 546 | 31 | 53 |
| Binary | 10001000 | 1010001 | 1010011 | 0 | 101000 | 100111 | 101111 | 101100110 | 11001 | 101011 |
Color Harmonies of #885153
Complementary color
Monochromatic Colors of #885153
Black with #885153
Text Example
Text Example
White with #885153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885153; }
p { color: rgb(136,81,83); }
H1.HeaderClassName
{
color: #885153;
}
.AnyTagClassName
{
color: #885153;
}
</style>
background-color css
<style>
a { background-color: #885153; }
a { background-color: rgb(136,81,83); }
div.DivClassName
{
background-color: #885153;
}
.BgClassName
{
background-color: #885153;
}
</style>
border-color css
<style>
span { border-color: #885153; }
span { border-color: rgb(136,81,83); }
td.TdClassName
{
border-color: #885153;
}
.TagClassName
{
border-color: #885153;
}
</style>