Shades of Trendy Pink #844979
Tints of Trendy Pink #844979
RGB
CMYK
RGB Variations
Color information
#844979 (or 0x844979) is known color: Trendy Pink. HEX triplet: 84, 49 and 79. RGB value is (132,73,121). Sum of RGB (Red+Green+Blue) = 132+73+121=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844979 is #7BB686. Grayscale: #5F5F5F. Windows color (decimal): -8107655 or 7948676. OLE color: 7948676.
HSL color Cylindrical-coordinate representation of color #844979: hue angle of 311.19º 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 #844979 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 121 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.48 |
| HSL | 311.19º | 0.29% | 0.4% | - |
| HSV(B) | 311.19º | 0.45% | 0.52% | - |
| XYZ | 15.35 | 11.05 | 19.41 | - |
| YUV | 96.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 121 | 0 | 0.45 | 0.08 | 0.48 | 311.19 | 0.29 | 0.4 |
| Hex | 84 | 49 | 79 | 0 | 2D | 8 | 30 | 137 | 1D | 28 |
| Octal | 204 | 111 | 171 | 0 | 55 | 10 | 60 | 467 | 35 | 50 |
| Binary | 10000100 | 1001001 | 1111001 | 0 | 101101 | 1000 | 110000 | 100110111 | 11101 | 101000 |
Color Harmonies of #844979
Complementary color
Monochromatic Colors of #844979
Black with #844979
Text Example
Text Example
White with #844979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844979; }
p { color: rgb(132,73,121); }
H1.HeaderClassName
{
color: #844979;
}
.AnyTagClassName
{
color: #844979;
}
</style>
background-color css
<style>
a { background-color: #844979; }
a { background-color: rgb(132,73,121); }
div.DivClassName
{
background-color: #844979;
}
.BgClassName
{
background-color: #844979;
}
</style>
border-color css
<style>
span { border-color: #844979; }
span { border-color: rgb(132,73,121); }
td.TdClassName
{
border-color: #844979;
}
.TagClassName
{
border-color: #844979;
}
</style>