Shades of Solid Pink #84494E
Tints of Solid Pink #84494E
RGB
CMYK
RGB Variations
Color information
#84494E (or 0x84494E) is known color: Solid Pink. HEX triplet: 84, 49 and 4E. RGB value is (132,73,78). Sum of RGB (Red+Green+Blue) = 132+73+78=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84494E is #7BB6B1. Grayscale: #5B5B5B. Windows color (decimal): -8107698 or 5130628. OLE color: 5130628.
HSL color Cylindrical-coordinate representation of color #84494E: hue angle of 354.92º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84494E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 78 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.48 |
| HSL | 354.92º | 0.29% | 0.4% | - |
| HSV(B) | 354.92º | 0.45% | 0.52% | - |
| XYZ | 13.27 | 10.22 | 8.48 | - |
| YUV | 91.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 78 | 0 | 0.45 | 0.41 | 0.48 | 354.92 | 0.29 | 0.4 |
| Hex | 84 | 49 | 4E | 0 | 2D | 29 | 30 | 163 | 1D | 28 |
| Octal | 204 | 111 | 116 | 0 | 55 | 51 | 60 | 543 | 35 | 50 |
| Binary | 10000100 | 1001001 | 1001110 | 0 | 101101 | 101001 | 110000 | 101100011 | 11101 | 101000 |
Color Harmonies of #84494E
Complementary color
Monochromatic Colors of #84494E
Black with #84494E
Text Example
Text Example
White with #84494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84494E; }
p { color: rgb(132,73,78); }
H1.HeaderClassName
{
color: #84494E;
}
.AnyTagClassName
{
color: #84494E;
}
</style>
background-color css
<style>
a { background-color: #84494E; }
a { background-color: rgb(132,73,78); }
div.DivClassName
{
background-color: #84494E;
}
.BgClassName
{
background-color: #84494E;
}
</style>
border-color css
<style>
span { border-color: #84494E; }
span { border-color: rgb(132,73,78); }
td.TdClassName
{
border-color: #84494E;
}
.TagClassName
{
border-color: #84494E;
}
</style>