Shades of Solid Pink #884C51
Tints of Solid Pink #884C51
RGB
CMYK
RGB Variations
Color information
#884C51 (or 0x884C51) is known color: Solid Pink. HEX triplet: 88, 4C and 51. RGB value is (136,76,81). Sum of RGB (Red+Green+Blue) = 136+76+81=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C51 is #77B3AE. Grayscale: #5E5E5E. Windows color (decimal): -7844783 or 5328008. OLE color: 5328008.
HSL color Cylindrical-coordinate representation of color #884C51: hue angle of 355º 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 #884C51 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 81 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.47 |
| HSL | 355º | 0.28% | 0.42% | - |
| HSV(B) | 355º | 0.44% | 0.53% | - |
| XYZ | 14.22 | 11 | 9.16 | - |
| YUV | 94.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 81 | 0 | 0.44 | 0.40 | 0.47 | 355 | 0.28 | 0.42 |
| Hex | 88 | 4C | 51 | 0 | 2C | 28 | 2F | 163 | 1C | 2A |
| Octal | 210 | 114 | 121 | 0 | 54 | 50 | 57 | 543 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1010001 | 0 | 101100 | 101000 | 101111 | 101100011 | 11100 | 101010 |
Color Harmonies of #884C51
Complementary color
Monochromatic Colors of #884C51
Black with #884C51
Text Example
Text Example
White with #884C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C51; }
p { color: rgb(136,76,81); }
H1.HeaderClassName
{
color: #884C51;
}
.AnyTagClassName
{
color: #884C51;
}
</style>
background-color css
<style>
a { background-color: #884C51; }
a { background-color: rgb(136,76,81); }
div.DivClassName
{
background-color: #884C51;
}
.BgClassName
{
background-color: #884C51;
}
</style>
border-color css
<style>
span { border-color: #884C51; }
span { border-color: rgb(136,76,81); }
td.TdClassName
{
border-color: #884C51;
}
.TagClassName
{
border-color: #884C51;
}
</style>