Shades of Trendy Pink #825185
Tints of Trendy Pink #825185
RGB
CMYK
RGB Variations
Color information
#825185 (or 0x825185) is known color: Trendy Pink. HEX triplet: 82, 51 and 85. RGB value is (130,81,133). Sum of RGB (Red+Green+Blue) = 130+81+133=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #825185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825185 is #7DAE7A. Grayscale: #656565. Windows color (decimal): -8236667 or 8737154. OLE color: 8737154.
HSL color Cylindrical-coordinate representation of color #825185: hue angle of 296.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825185 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 81 | 133 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.48 |
| HSL | 296.54º | 0.24% | 0.42% | - |
| HSV(B) | 296.54º | 0.39% | 0.52% | - |
| XYZ | 16.38 | 12.32 | 23.71 | - |
| YUV | 101.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 133 | 0.02 | 0.39 | 0 | 0.48 | 296.54 | 0.24 | 0.42 |
| Hex | 82 | 51 | 85 | 2 | 27 | 0 | 30 | 129 | 18 | 2A |
| Octal | 202 | 121 | 205 | 2 | 47 | 0 | 60 | 451 | 30 | 52 |
| Binary | 10000010 | 1010001 | 10000101 | 10 | 100111 | 0 | 110000 | 100101001 | 11000 | 101010 |
Color Harmonies of #825185
Complementary color
Monochromatic Colors of #825185
Black with #825185
Text Example
Text Example
White with #825185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825185; }
p { color: rgb(130,81,133); }
H1.HeaderClassName
{
color: #825185;
}
.AnyTagClassName
{
color: #825185;
}
</style>
background-color css
<style>
a { background-color: #825185; }
a { background-color: rgb(130,81,133); }
div.DivClassName
{
background-color: #825185;
}
.BgClassName
{
background-color: #825185;
}
</style>
border-color css
<style>
span { border-color: #825185; }
span { border-color: rgb(130,81,133); }
td.TdClassName
{
border-color: #825185;
}
.TagClassName
{
border-color: #825185;
}
</style>