Shades of Trendy Pink #825675
Tints of Trendy Pink #825675
RGB
CMYK
RGB Variations
Color information
#825675 (or 0x825675) is known color: Trendy Pink. HEX triplet: 82, 56 and 75. RGB value is (130,86,117). Sum of RGB (Red+Green+Blue) = 130+86+117=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825675 is #7DA98A. Grayscale: #666666. Windows color (decimal): -8235403 or 7689858. OLE color: 7689858.
HSL color Cylindrical-coordinate representation of color #825675: hue angle of 317.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825675 is Cyan = 0, Magento = 0.34, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 117 | - |
| CMYK | 0 | 0.34 | 0.1 | 0.49 |
| HSL | 317.73º | 0.2% | 0.42% | - |
| HSV(B) | 317.73º | 0.34% | 0.51% | - |
| XYZ | 15.74 | 12.69 | 18.45 | - |
| YUV | 102.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 117 | 0 | 0.34 | 0.1 | 0.49 | 317.73 | 0.2 | 0.42 |
| Hex | 82 | 56 | 75 | 0 | 22 | A | 31 | 13E | 14 | 2A |
| Octal | 202 | 126 | 165 | 0 | 42 | 12 | 61 | 476 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1110101 | 0 | 100010 | 1010 | 110001 | 100111110 | 10100 | 101010 |
Color Harmonies of #825675
Complementary color
Monochromatic Colors of #825675
Black with #825675
Text Example
Text Example
White with #825675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825675; }
p { color: rgb(130,86,117); }
H1.HeaderClassName
{
color: #825675;
}
.AnyTagClassName
{
color: #825675;
}
</style>
background-color css
<style>
a { background-color: #825675; }
a { background-color: rgb(130,86,117); }
div.DivClassName
{
background-color: #825675;
}
.BgClassName
{
background-color: #825675;
}
</style>
border-color css
<style>
span { border-color: #825675; }
span { border-color: rgb(130,86,117); }
td.TdClassName
{
border-color: #825675;
}
.TagClassName
{
border-color: #825675;
}
</style>