Shades of Solid Pink #884C53
Tints of Solid Pink #884C53
RGB
CMYK
RGB Variations
Color information
#884C53 (or 0x884C53) is known color: Solid Pink. HEX triplet: 88, 4C and 53. RGB value is (136,76,83). Sum of RGB (Red+Green+Blue) = 136+76+83=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #884C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C53 is #77B3AC. Grayscale: #5E5E5E. Windows color (decimal): -7844781 or 5459080. OLE color: 5459080.
HSL color Cylindrical-coordinate representation of color #884C53: hue angle of 353º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C53 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 83 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.47 |
| HSL | 353º | 0.28% | 0.42% | - |
| HSV(B) | 353º | 0.44% | 0.53% | - |
| XYZ | 14.3 | 11.03 | 9.56 | - |
| YUV | 94.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 83 | 0 | 0.44 | 0.39 | 0.47 | 353 | 0.28 | 0.42 |
| Hex | 88 | 4C | 53 | 0 | 2C | 27 | 2F | 161 | 1C | 2A |
| Octal | 210 | 114 | 123 | 0 | 54 | 47 | 57 | 541 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1010011 | 0 | 101100 | 100111 | 101111 | 101100001 | 11100 | 101010 |
Color Harmonies of #884C53
Complementary color
Monochromatic Colors of #884C53
Black with #884C53
Text Example
Text Example
White with #884C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C53; }
p { color: rgb(136,76,83); }
H1.HeaderClassName
{
color: #884C53;
}
.AnyTagClassName
{
color: #884C53;
}
</style>
background-color css
<style>
a { background-color: #884C53; }
a { background-color: rgb(136,76,83); }
div.DivClassName
{
background-color: #884C53;
}
.BgClassName
{
background-color: #884C53;
}
</style>
border-color css
<style>
span { border-color: #884C53; }
span { border-color: rgb(136,76,83); }
td.TdClassName
{
border-color: #884C53;
}
.TagClassName
{
border-color: #884C53;
}
</style>