Shades of Solid Pink #884A4E
Tints of Solid Pink #884A4E
RGB
CMYK
RGB Variations
Color information
#884A4E (or 0x884A4E) is known color: Solid Pink. HEX triplet: 88, 4A and 4E. RGB value is (136,74,78). Sum of RGB (Red+Green+Blue) = 136+74+78=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A4E is #77B5B1. Grayscale: #5D5D5D. Windows color (decimal): -7845298 or 5130888. OLE color: 5130888.
HSL color Cylindrical-coordinate representation of color #884A4E: hue angle of 356.13º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A4E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 78 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.47 |
| HSL | 356.13º | 0.3% | 0.41% | - |
| HSV(B) | 356.13º | 0.46% | 0.53% | - |
| XYZ | 13.98 | 10.68 | 8.53 | - |
| YUV | 92.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 78 | 0 | 0.46 | 0.43 | 0.47 | 356.13 | 0.3 | 0.41 |
| Hex | 88 | 4A | 4E | 0 | 2E | 2B | 2F | 164 | 1E | 29 |
| Octal | 210 | 112 | 116 | 0 | 56 | 53 | 57 | 544 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1001110 | 0 | 101110 | 101011 | 101111 | 101100100 | 11110 | 101001 |
Color Harmonies of #884A4E
Complementary color
Monochromatic Colors of #884A4E
Black with #884A4E
Text Example
Text Example
White with #884A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A4E; }
p { color: rgb(136,74,78); }
H1.HeaderClassName
{
color: #884A4E;
}
.AnyTagClassName
{
color: #884A4E;
}
</style>
background-color css
<style>
a { background-color: #884A4E; }
a { background-color: rgb(136,74,78); }
div.DivClassName
{
background-color: #884A4E;
}
.BgClassName
{
background-color: #884A4E;
}
</style>
border-color css
<style>
span { border-color: #884A4E; }
span { border-color: rgb(136,74,78); }
td.TdClassName
{
border-color: #884A4E;
}
.TagClassName
{
border-color: #884A4E;
}
</style>