Shades of Trendy Pink #825586
Tints of Trendy Pink #825586
RGB
CMYK
RGB Variations
Color information
#825586 (or 0x825586) is known color: Trendy Pink. HEX triplet: 82, 55 and 86. RGB value is (130,85,134). Sum of RGB (Red+Green+Blue) = 130+85+134=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #825586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825586 is #7DAA79. Grayscale: #676767. Windows color (decimal): -8235642 or 8803714. OLE color: 8803714.
HSL color Cylindrical-coordinate representation of color #825586: hue angle of 295.1º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825586 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 85 | 134 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.47 |
| HSL | 295.1º | 0.22% | 0.43% | - |
| HSV(B) | 295.1º | 0.37% | 0.53% | - |
| XYZ | 16.76 | 12.96 | 24.17 | - |
| YUV | 104.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 134 | 0.03 | 0.37 | 0 | 0.47 | 295.1 | 0.22 | 0.43 |
| Hex | 82 | 55 | 86 | 3 | 25 | 0 | 2F | 127 | 16 | 2B |
| Octal | 202 | 125 | 206 | 3 | 45 | 0 | 57 | 447 | 26 | 53 |
| Binary | 10000010 | 1010101 | 10000110 | 11 | 100101 | 0 | 101111 | 100100111 | 10110 | 101011 |
Color Harmonies of #825586
Complementary color
Monochromatic Colors of #825586
Black with #825586
Text Example
Text Example
White with #825586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825586; }
p { color: rgb(130,85,134); }
H1.HeaderClassName
{
color: #825586;
}
.AnyTagClassName
{
color: #825586;
}
</style>
background-color css
<style>
a { background-color: #825586; }
a { background-color: rgb(130,85,134); }
div.DivClassName
{
background-color: #825586;
}
.BgClassName
{
background-color: #825586;
}
</style>
border-color css
<style>
span { border-color: #825586; }
span { border-color: rgb(130,85,134); }
td.TdClassName
{
border-color: #825586;
}
.TagClassName
{
border-color: #825586;
}
</style>