Shades of Solid Pink #884D52
Tints of Solid Pink #884D52
RGB
CMYK
RGB Variations
Color information
#884D52 (or 0x884D52) is known color: Solid Pink. HEX triplet: 88, 4D and 52. RGB value is (136,77,82). Sum of RGB (Red+Green+Blue) = 136+77+82=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #884D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D52 is #77B2AD. Grayscale: #5F5F5F. Windows color (decimal): -7844526 or 5393800. OLE color: 5393800.
HSL color Cylindrical-coordinate representation of color #884D52: hue angle of 354.92º 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 #884D52 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 82 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.47 |
| HSL | 354.92º | 0.28% | 0.42% | - |
| HSV(B) | 354.92º | 0.43% | 0.53% | - |
| XYZ | 14.33 | 11.15 | 9.38 | - |
| YUV | 95.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 82 | 0 | 0.43 | 0.40 | 0.47 | 354.92 | 0.28 | 0.42 |
| Hex | 88 | 4D | 52 | 0 | 2B | 28 | 2F | 163 | 1C | 2A |
| Octal | 210 | 115 | 122 | 0 | 53 | 50 | 57 | 543 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1010010 | 0 | 101011 | 101000 | 101111 | 101100011 | 11100 | 101010 |
Color Harmonies of #884D52
Complementary color
Monochromatic Colors of #884D52
Black with #884D52
Text Example
Text Example
White with #884D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D52; }
p { color: rgb(136,77,82); }
H1.HeaderClassName
{
color: #884D52;
}
.AnyTagClassName
{
color: #884D52;
}
</style>
background-color css
<style>
a { background-color: #884D52; }
a { background-color: rgb(136,77,82); }
div.DivClassName
{
background-color: #884D52;
}
.BgClassName
{
background-color: #884D52;
}
</style>
border-color css
<style>
span { border-color: #884D52; }
span { border-color: rgb(136,77,82); }
td.TdClassName
{
border-color: #884D52;
}
.TagClassName
{
border-color: #884D52;
}
</style>