Shades of Solid Pink #884D4E
Tints of Solid Pink #884D4E
RGB
CMYK
RGB Variations
Color information
#884D4E (or 0x884D4E) is known color: Solid Pink. HEX triplet: 88, 4D and 4E. RGB value is (136,77,78). Sum of RGB (Red+Green+Blue) = 136+77+78=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D4E is #77B2B1. Grayscale: #5E5E5E. Windows color (decimal): -7844530 or 5131656. OLE color: 5131656.
HSL color Cylindrical-coordinate representation of color #884D4E: hue angle of 358.98º 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 #884D4E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 78 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.47 |
| HSL | 358.98º | 0.28% | 0.42% | - |
| HSV(B) | 358.98º | 0.43% | 0.53% | - |
| XYZ | 14.18 | 11.09 | 8.6 | - |
| YUV | 94.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 78 | 0 | 0.43 | 0.43 | 0.47 | 358.98 | 0.28 | 0.42 |
| Hex | 88 | 4D | 4E | 0 | 2B | 2B | 2F | 167 | 1C | 2A |
| Octal | 210 | 115 | 116 | 0 | 53 | 53 | 57 | 547 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1001110 | 0 | 101011 | 101011 | 101111 | 101100111 | 11100 | 101010 |
Color Harmonies of #884D4E
Complementary color
Monochromatic Colors of #884D4E
Black with #884D4E
Text Example
Text Example
White with #884D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D4E; }
p { color: rgb(136,77,78); }
H1.HeaderClassName
{
color: #884D4E;
}
.AnyTagClassName
{
color: #884D4E;
}
</style>
background-color css
<style>
a { background-color: #884D4E; }
a { background-color: rgb(136,77,78); }
div.DivClassName
{
background-color: #884D4E;
}
.BgClassName
{
background-color: #884D4E;
}
</style>
border-color css
<style>
span { border-color: #884D4E; }
span { border-color: rgb(136,77,78); }
td.TdClassName
{
border-color: #884D4E;
}
.TagClassName
{
border-color: #884D4E;
}
</style>