Shades of Solid Pink #84494A
Tints of Solid Pink #84494A
RGB
CMYK
RGB Variations
Color information
#84494A (or 0x84494A) is known color: Solid Pink. HEX triplet: 84, 49 and 4A. RGB value is (132,73,74). Sum of RGB (Red+Green+Blue) = 132+73+74=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84494A is #7BB6B5. Grayscale: #5A5A5A. Windows color (decimal): -8107702 or 4868484. OLE color: 4868484.
HSL color Cylindrical-coordinate representation of color #84494A: hue angle of 358.98º 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 #84494A is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 74 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.48 |
| HSL | 358.98º | 0.29% | 0.4% | - |
| HSV(B) | 358.98º | 0.45% | 0.52% | - |
| XYZ | 13.13 | 10.17 | 7.75 | - |
| YUV | 90.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 74 | 0 | 0.45 | 0.44 | 0.48 | 358.98 | 0.29 | 0.4 |
| Hex | 84 | 49 | 4A | 0 | 2D | 2C | 30 | 167 | 1D | 28 |
| Octal | 204 | 111 | 112 | 0 | 55 | 54 | 60 | 547 | 35 | 50 |
| Binary | 10000100 | 1001001 | 1001010 | 0 | 101101 | 101100 | 110000 | 101100111 | 11101 | 101000 |
Color Harmonies of #84494A
Complementary color
Monochromatic Colors of #84494A
Black with #84494A
Text Example
Text Example
White with #84494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84494A; }
p { color: rgb(132,73,74); }
H1.HeaderClassName
{
color: #84494A;
}
.AnyTagClassName
{
color: #84494A;
}
</style>
background-color css
<style>
a { background-color: #84494A; }
a { background-color: rgb(132,73,74); }
div.DivClassName
{
background-color: #84494A;
}
.BgClassName
{
background-color: #84494A;
}
</style>
border-color css
<style>
span { border-color: #84494A; }
span { border-color: rgb(132,73,74); }
td.TdClassName
{
border-color: #84494A;
}
.TagClassName
{
border-color: #84494A;
}
</style>