Shades of Trendy Pink #824D7C
Tints of Trendy Pink #824D7C
RGB
CMYK
RGB Variations
Color information
#824D7C (or 0x824D7C) is known color: Trendy Pink. HEX triplet: 82, 4D and 7C. RGB value is (130,77,124). Sum of RGB (Red+Green+Blue) = 130+77+124=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #824D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D7C is #7DB283. Grayscale: #626262. Windows color (decimal): -8237700 or 8146306. OLE color: 8146306.
HSL color Cylindrical-coordinate representation of color #824D7C: hue angle of 306.79º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824D7C is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 124 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.49 |
| HSL | 306.79º | 0.26% | 0.41% | - |
| HSV(B) | 306.79º | 0.41% | 0.51% | - |
| XYZ | 15.5 | 11.51 | 20.47 | - |
| YUV | 98.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 124 | 0 | 0.41 | 0.05 | 0.49 | 306.79 | 0.26 | 0.41 |
| Hex | 82 | 4D | 7C | 0 | 29 | 5 | 31 | 133 | 1A | 29 |
| Octal | 202 | 115 | 174 | 0 | 51 | 5 | 61 | 463 | 32 | 51 |
| Binary | 10000010 | 1001101 | 1111100 | 0 | 101001 | 101 | 110001 | 100110011 | 11010 | 101001 |
Color Harmonies of #824D7C
Complementary color
Monochromatic Colors of #824D7C
Black with #824D7C
Text Example
Text Example
White with #824D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D7C; }
p { color: rgb(130,77,124); }
H1.HeaderClassName
{
color: #824D7C;
}
.AnyTagClassName
{
color: #824D7C;
}
</style>
background-color css
<style>
a { background-color: #824D7C; }
a { background-color: rgb(130,77,124); }
div.DivClassName
{
background-color: #824D7C;
}
.BgClassName
{
background-color: #824D7C;
}
</style>
border-color css
<style>
span { border-color: #824D7C; }
span { border-color: rgb(130,77,124); }
td.TdClassName
{
border-color: #824D7C;
}
.TagClassName
{
border-color: #824D7C;
}
</style>