Shades of Solid Pink #884D56
Tints of Solid Pink #884D56
RGB
CMYK
RGB Variations
Color information
#884D56 (or 0x884D56) is known color: Solid Pink. HEX triplet: 88, 4D and 56. RGB value is (136,77,86). Sum of RGB (Red+Green+Blue) = 136+77+86=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #884D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D56 is #77B2A9. Grayscale: #5F5F5F. Windows color (decimal): -7844522 or 5655944. OLE color: 5655944.
HSL color Cylindrical-coordinate representation of color #884D56: hue angle of 350.85º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884D56 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 86 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.47 |
| HSL | 350.85º | 0.28% | 0.42% | - |
| HSV(B) | 350.85º | 0.43% | 0.53% | - |
| XYZ | 14.49 | 11.21 | 10.21 | - |
| YUV | 95.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 86 | 0 | 0.43 | 0.37 | 0.47 | 350.85 | 0.28 | 0.42 |
| Hex | 88 | 4D | 56 | 0 | 2B | 25 | 2F | 15F | 1C | 2A |
| Octal | 210 | 115 | 126 | 0 | 53 | 45 | 57 | 537 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1010110 | 0 | 101011 | 100101 | 101111 | 101011111 | 11100 | 101010 |
Color Harmonies of #884D56
Complementary color
Monochromatic Colors of #884D56
Black with #884D56
Text Example
Text Example
White with #884D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D56; }
p { color: rgb(136,77,86); }
H1.HeaderClassName
{
color: #884D56;
}
.AnyTagClassName
{
color: #884D56;
}
</style>
background-color css
<style>
a { background-color: #884D56; }
a { background-color: rgb(136,77,86); }
div.DivClassName
{
background-color: #884D56;
}
.BgClassName
{
background-color: #884D56;
}
</style>
border-color css
<style>
span { border-color: #884D56; }
span { border-color: rgb(136,77,86); }
td.TdClassName
{
border-color: #884D56;
}
.TagClassName
{
border-color: #884D56;
}
</style>