Shades of Solid Pink #885054
Tints of Solid Pink #885054
RGB
CMYK
RGB Variations
Color information
#885054 (or 0x885054) is known color: Solid Pink. HEX triplet: 88, 50 and 54. RGB value is (136,80,84). Sum of RGB (Red+Green+Blue) = 136+80+84=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885054 is #77AFAB. Grayscale: #616161. Windows color (decimal): -7843756 or 5525640. OLE color: 5525640.
HSL color Cylindrical-coordinate representation of color #885054: hue angle of 355.71º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885054 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 84 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.47 |
| HSL | 355.71º | 0.26% | 0.42% | - |
| HSV(B) | 355.71º | 0.41% | 0.53% | - |
| XYZ | 14.62 | 11.61 | 9.86 | - |
| YUV | 97.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 84 | 0 | 0.41 | 0.38 | 0.47 | 355.71 | 0.26 | 0.42 |
| Hex | 88 | 50 | 54 | 0 | 29 | 26 | 2F | 164 | 1A | 2A |
| Octal | 210 | 120 | 124 | 0 | 51 | 46 | 57 | 544 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1010100 | 0 | 101001 | 100110 | 101111 | 101100100 | 11010 | 101010 |
Color Harmonies of #885054
Complementary color
Monochromatic Colors of #885054
Black with #885054
Text Example
Text Example
White with #885054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885054; }
p { color: rgb(136,80,84); }
H1.HeaderClassName
{
color: #885054;
}
.AnyTagClassName
{
color: #885054;
}
</style>
background-color css
<style>
a { background-color: #885054; }
a { background-color: rgb(136,80,84); }
div.DivClassName
{
background-color: #885054;
}
.BgClassName
{
background-color: #885054;
}
</style>
border-color css
<style>
span { border-color: #885054; }
span { border-color: rgb(136,80,84); }
td.TdClassName
{
border-color: #885054;
}
.TagClassName
{
border-color: #885054;
}
</style>