Shades of Solid Pink #884D58
Tints of Solid Pink #884D58
RGB
CMYK
RGB Variations
Color information
#884D58 (or 0x884D58) is known color: Solid Pink. HEX triplet: 88, 4D and 58. RGB value is (136,77,88). Sum of RGB (Red+Green+Blue) = 136+77+88=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #884D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D58 is #77B2A7. Grayscale: #5F5F5F. Windows color (decimal): -7844520 or 5787016. OLE color: 5787016.
HSL color Cylindrical-coordinate representation of color #884D58: hue angle of 348.81º 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 #884D58 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 88 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.47 |
| HSL | 348.81º | 0.28% | 0.42% | - |
| HSV(B) | 348.81º | 0.43% | 0.53% | - |
| XYZ | 14.57 | 11.25 | 10.64 | - |
| YUV | 95.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 88 | 0 | 0.43 | 0.35 | 0.47 | 348.81 | 0.28 | 0.42 |
| Hex | 88 | 4D | 58 | 0 | 2B | 23 | 2F | 15D | 1C | 2A |
| Octal | 210 | 115 | 130 | 0 | 53 | 43 | 57 | 535 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1011000 | 0 | 101011 | 100011 | 101111 | 101011101 | 11100 | 101010 |
Color Harmonies of #884D58
Complementary color
Monochromatic Colors of #884D58
Black with #884D58
Text Example
Text Example
White with #884D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D58; }
p { color: rgb(136,77,88); }
H1.HeaderClassName
{
color: #884D58;
}
.AnyTagClassName
{
color: #884D58;
}
</style>
background-color css
<style>
a { background-color: #884D58; }
a { background-color: rgb(136,77,88); }
div.DivClassName
{
background-color: #884D58;
}
.BgClassName
{
background-color: #884D58;
}
</style>
border-color css
<style>
span { border-color: #884D58; }
span { border-color: rgb(136,77,88); }
td.TdClassName
{
border-color: #884D58;
}
.TagClassName
{
border-color: #884D58;
}
</style>