Shades of Trendy Pink #825176
Tints of Trendy Pink #825176
RGB
CMYK
RGB Variations
Color information
#825176 (or 0x825176) is known color: Trendy Pink. HEX triplet: 82, 51 and 76. RGB value is (130,81,118). Sum of RGB (Red+Green+Blue) = 130+81+118=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825176 is #7DAE89. Grayscale: #636363. Windows color (decimal): -8236682 or 7754114. OLE color: 7754114.
HSL color Cylindrical-coordinate representation of color #825176: hue angle of 314.69º degrees, saturation: 0.23, 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 #825176 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 118 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.49 |
| HSL | 314.69º | 0.23% | 0.41% | - |
| HSV(B) | 314.69º | 0.38% | 0.51% | - |
| XYZ | 15.42 | 11.94 | 18.63 | - |
| YUV | 99.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 118 | 0 | 0.38 | 0.09 | 0.49 | 314.69 | 0.23 | 0.41 |
| Hex | 82 | 51 | 76 | 0 | 26 | 9 | 31 | 13B | 17 | 29 |
| Octal | 202 | 121 | 166 | 0 | 46 | 11 | 61 | 473 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1110110 | 0 | 100110 | 1001 | 110001 | 100111011 | 10111 | 101001 |
Color Harmonies of #825176
Complementary color
Monochromatic Colors of #825176
Black with #825176
Text Example
Text Example
White with #825176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825176; }
p { color: rgb(130,81,118); }
H1.HeaderClassName
{
color: #825176;
}
.AnyTagClassName
{
color: #825176;
}
</style>
background-color css
<style>
a { background-color: #825176; }
a { background-color: rgb(130,81,118); }
div.DivClassName
{
background-color: #825176;
}
.BgClassName
{
background-color: #825176;
}
</style>
border-color css
<style>
span { border-color: #825176; }
span { border-color: rgb(130,81,118); }
td.TdClassName
{
border-color: #825176;
}
.TagClassName
{
border-color: #825176;
}
</style>