Shades of Solid Pink #884C4F
Tints of Solid Pink #884C4F
RGB
CMYK
RGB Variations
Color information
#884C4F (or 0x884C4F) is known color: Solid Pink. HEX triplet: 88, 4C and 4F. RGB value is (136,76,79). Sum of RGB (Red+Green+Blue) = 136+76+79=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C4F is #77B3B0. Grayscale: #5E5E5E. Windows color (decimal): -7844785 or 5196936. OLE color: 5196936.
HSL color Cylindrical-coordinate representation of color #884C4F: hue angle of 357º 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 #884C4F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 79 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.47 |
| HSL | 357º | 0.28% | 0.42% | - |
| HSV(B) | 357º | 0.44% | 0.53% | - |
| XYZ | 14.15 | 10.97 | 8.77 | - |
| YUV | 94.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 79 | 0 | 0.44 | 0.42 | 0.47 | 357 | 0.28 | 0.42 |
| Hex | 88 | 4C | 4F | 0 | 2C | 2A | 2F | 165 | 1C | 2A |
| Octal | 210 | 114 | 117 | 0 | 54 | 52 | 57 | 545 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1001111 | 0 | 101100 | 101010 | 101111 | 101100101 | 11100 | 101010 |
Color Harmonies of #884C4F
Complementary color
Monochromatic Colors of #884C4F
Black with #884C4F
Text Example
Text Example
White with #884C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C4F; }
p { color: rgb(136,76,79); }
H1.HeaderClassName
{
color: #884C4F;
}
.AnyTagClassName
{
color: #884C4F;
}
</style>
background-color css
<style>
a { background-color: #884C4F; }
a { background-color: rgb(136,76,79); }
div.DivClassName
{
background-color: #884C4F;
}
.BgClassName
{
background-color: #884C4F;
}
</style>
border-color css
<style>
span { border-color: #884C4F; }
span { border-color: rgb(136,76,79); }
td.TdClassName
{
border-color: #884C4F;
}
.TagClassName
{
border-color: #884C4F;
}
</style>