Shades of Trendy Pink #824977
Tints of Trendy Pink #824977
RGB
CMYK
RGB Variations
Color information
#824977 (or 0x824977) is known color: Trendy Pink. HEX triplet: 82, 49 and 77. RGB value is (130,73,119). Sum of RGB (Red+Green+Blue) = 130+73+119=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #824977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824977 is #7DB688. Grayscale: #5F5F5F. Windows color (decimal): -8238729 or 7817602. OLE color: 7817602.
HSL color Cylindrical-coordinate representation of color #824977: hue angle of 311.58º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824977 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 119 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.49 |
| HSL | 311.58º | 0.28% | 0.4% | - |
| HSV(B) | 311.58º | 0.44% | 0.51% | - |
| XYZ | 14.92 | 10.84 | 18.76 | - |
| YUV | 95.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 119 | 0 | 0.44 | 0.08 | 0.49 | 311.58 | 0.28 | 0.4 |
| Hex | 82 | 49 | 77 | 0 | 2C | 8 | 31 | 138 | 1C | 28 |
| Octal | 202 | 111 | 167 | 0 | 54 | 10 | 61 | 470 | 34 | 50 |
| Binary | 10000010 | 1001001 | 1110111 | 0 | 101100 | 1000 | 110001 | 100111000 | 11100 | 101000 |
Color Harmonies of #824977
Complementary color
Monochromatic Colors of #824977
Black with #824977
Text Example
Text Example
White with #824977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824977; }
p { color: rgb(130,73,119); }
H1.HeaderClassName
{
color: #824977;
}
.AnyTagClassName
{
color: #824977;
}
</style>
background-color css
<style>
a { background-color: #824977; }
a { background-color: rgb(130,73,119); }
div.DivClassName
{
background-color: #824977;
}
.BgClassName
{
background-color: #824977;
}
</style>
border-color css
<style>
span { border-color: #824977; }
span { border-color: rgb(130,73,119); }
td.TdClassName
{
border-color: #824977;
}
.TagClassName
{
border-color: #824977;
}
</style>