Shades of Solid Pink #884A50
Tints of Solid Pink #884A50
RGB
CMYK
RGB Variations
Color information
#884A50 (or 0x884A50) is known color: Solid Pink. HEX triplet: 88, 4A and 50. RGB value is (136,74,80). Sum of RGB (Red+Green+Blue) = 136+74+80=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A50 is #77B5AF. Grayscale: #5D5D5D. Windows color (decimal): -7845296 or 5261960. OLE color: 5261960.
HSL color Cylindrical-coordinate representation of color #884A50: hue angle of 354.19º 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 #884A50 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 80 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.47 |
| HSL | 354.19º | 0.3% | 0.41% | - |
| HSV(B) | 354.19º | 0.46% | 0.53% | - |
| XYZ | 14.05 | 10.71 | 8.92 | - |
| YUV | 93.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 80 | 0 | 0.46 | 0.41 | 0.47 | 354.19 | 0.3 | 0.41 |
| Hex | 88 | 4A | 50 | 0 | 2E | 29 | 2F | 162 | 1E | 29 |
| Octal | 210 | 112 | 120 | 0 | 56 | 51 | 57 | 542 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1010000 | 0 | 101110 | 101001 | 101111 | 101100010 | 11110 | 101001 |
Color Harmonies of #884A50
Complementary color
Monochromatic Colors of #884A50
Black with #884A50
Text Example
Text Example
White with #884A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A50; }
p { color: rgb(136,74,80); }
H1.HeaderClassName
{
color: #884A50;
}
.AnyTagClassName
{
color: #884A50;
}
</style>
background-color css
<style>
a { background-color: #884A50; }
a { background-color: rgb(136,74,80); }
div.DivClassName
{
background-color: #884A50;
}
.BgClassName
{
background-color: #884A50;
}
</style>
border-color css
<style>
span { border-color: #884A50; }
span { border-color: rgb(136,74,80); }
td.TdClassName
{
border-color: #884A50;
}
.TagClassName
{
border-color: #884A50;
}
</style>