Shades of Trendy Pink #825379
Tints of Trendy Pink #825379
RGB
CMYK
RGB Variations
Color information
#825379 (or 0x825379) is known color: Trendy Pink. HEX triplet: 82, 53 and 79. RGB value is (130,83,121). Sum of RGB (Red+Green+Blue) = 130+83+121=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825379 is #7DAC86. Grayscale: #656565. Windows color (decimal): -8236167 or 7951234. OLE color: 7951234.
HSL color Cylindrical-coordinate representation of color #825379: hue angle of 311.49º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825379 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 121 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.49 |
| HSL | 311.49º | 0.22% | 0.42% | - |
| HSV(B) | 311.49º | 0.36% | 0.51% | - |
| XYZ | 15.75 | 12.31 | 19.64 | - |
| YUV | 101.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 121 | 0 | 0.36 | 0.07 | 0.49 | 311.49 | 0.22 | 0.42 |
| Hex | 82 | 53 | 79 | 0 | 24 | 7 | 31 | 137 | 16 | 2A |
| Octal | 202 | 123 | 171 | 0 | 44 | 7 | 61 | 467 | 26 | 52 |
| Binary | 10000010 | 1010011 | 1111001 | 0 | 100100 | 111 | 110001 | 100110111 | 10110 | 101010 |
Color Harmonies of #825379
Complementary color
Monochromatic Colors of #825379
Black with #825379
Text Example
Text Example
White with #825379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825379; }
p { color: rgb(130,83,121); }
H1.HeaderClassName
{
color: #825379;
}
.AnyTagClassName
{
color: #825379;
}
</style>
background-color css
<style>
a { background-color: #825379; }
a { background-color: rgb(130,83,121); }
div.DivClassName
{
background-color: #825379;
}
.BgClassName
{
background-color: #825379;
}
</style>
border-color css
<style>
span { border-color: #825379; }
span { border-color: rgb(130,83,121); }
td.TdClassName
{
border-color: #825379;
}
.TagClassName
{
border-color: #825379;
}
</style>