Shades of Trendy Pink #824E79
Tints of Trendy Pink #824E79
RGB
CMYK
RGB Variations
Color information
#824E79 (or 0x824E79) is known color: Trendy Pink. HEX triplet: 82, 4E and 79. RGB value is (130,78,121). Sum of RGB (Red+Green+Blue) = 130+78+121=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #824E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E79 is #7DB186. Grayscale: #626262. Windows color (decimal): -8237447 or 7949954. OLE color: 7949954.
HSL color Cylindrical-coordinate representation of color #824E79: hue angle of 310.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E79 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 121 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.49 |
| HSL | 310.38º | 0.25% | 0.41% | - |
| HSV(B) | 310.38º | 0.4% | 0.51% | - |
| XYZ | 15.38 | 11.58 | 19.51 | - |
| YUV | 98.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 121 | 0 | 0.40 | 0.07 | 0.49 | 310.38 | 0.25 | 0.41 |
| Hex | 82 | 4E | 79 | 0 | 28 | 7 | 31 | 136 | 19 | 29 |
| Octal | 202 | 116 | 171 | 0 | 50 | 7 | 61 | 466 | 31 | 51 |
| Binary | 10000010 | 1001110 | 1111001 | 0 | 101000 | 111 | 110001 | 100110110 | 11001 | 101001 |
Color Harmonies of #824E79
Complementary color
Monochromatic Colors of #824E79
Black with #824E79
Text Example
Text Example
White with #824E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E79; }
p { color: rgb(130,78,121); }
H1.HeaderClassName
{
color: #824E79;
}
.AnyTagClassName
{
color: #824E79;
}
</style>
background-color css
<style>
a { background-color: #824E79; }
a { background-color: rgb(130,78,121); }
div.DivClassName
{
background-color: #824E79;
}
.BgClassName
{
background-color: #824E79;
}
</style>
border-color css
<style>
span { border-color: #824E79; }
span { border-color: rgb(130,78,121); }
td.TdClassName
{
border-color: #824E79;
}
.TagClassName
{
border-color: #824E79;
}
</style>