Shades of Trendy Pink #825079
Tints of Trendy Pink #825079
RGB
CMYK
RGB Variations
Color information
#825079 (or 0x825079) is known color: Trendy Pink. HEX triplet: 82, 50 and 79. RGB value is (130,80,121). Sum of RGB (Red+Green+Blue) = 130+80+121=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825079 is #7DAF86. Grayscale: #636363. Windows color (decimal): -8236935 or 7950466. OLE color: 7950466.
HSL color Cylindrical-coordinate representation of color #825079: hue angle of 310.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825079 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 121 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.49 |
| HSL | 310.8º | 0.24% | 0.41% | - |
| HSV(B) | 310.8º | 0.38% | 0.51% | - |
| XYZ | 15.53 | 11.86 | 19.56 | - |
| YUV | 99.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 121 | 0 | 0.38 | 0.07 | 0.49 | 310.8 | 0.24 | 0.41 |
| Hex | 82 | 50 | 79 | 0 | 26 | 7 | 31 | 137 | 18 | 29 |
| Octal | 202 | 120 | 171 | 0 | 46 | 7 | 61 | 467 | 30 | 51 |
| Binary | 10000010 | 1010000 | 1111001 | 0 | 100110 | 111 | 110001 | 100110111 | 11000 | 101001 |
Color Harmonies of #825079
Complementary color
Monochromatic Colors of #825079
Black with #825079
Text Example
Text Example
White with #825079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825079; }
p { color: rgb(130,80,121); }
H1.HeaderClassName
{
color: #825079;
}
.AnyTagClassName
{
color: #825079;
}
</style>
background-color css
<style>
a { background-color: #825079; }
a { background-color: rgb(130,80,121); }
div.DivClassName
{
background-color: #825079;
}
.BgClassName
{
background-color: #825079;
}
</style>
border-color css
<style>
span { border-color: #825079; }
span { border-color: rgb(130,80,121); }
td.TdClassName
{
border-color: #825079;
}
.TagClassName
{
border-color: #825079;
}
</style>