Shades of Trendy Pink #826180
Tints of Trendy Pink #826180
RGB
CMYK
RGB Variations
Color information
#826180 (or 0x826180) is known color: Trendy Pink. HEX triplet: 82, 61 and 80. RGB value is (130,97,128). Sum of RGB (Red+Green+Blue) = 130+97+128=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #826180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826180 is #7D9E7F. Grayscale: #6E6E6E. Windows color (decimal): -8232576 or 8413570. OLE color: 8413570.
HSL color Cylindrical-coordinate representation of color #826180: hue angle of 303.64º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826180 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 97 | 128 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.49 |
| HSL | 303.64º | 0.15% | 0.45% | - |
| HSV(B) | 303.64º | 0.25% | 0.51% | - |
| XYZ | 17.38 | 14.85 | 22.37 | - |
| YUV | 110.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 128 | 0 | 0.25 | 0.02 | 0.49 | 303.64 | 0.15 | 0.45 |
| Hex | 82 | 61 | 80 | 0 | 19 | 2 | 31 | 130 | F | 2D |
| Octal | 202 | 141 | 200 | 0 | 31 | 2 | 61 | 460 | 17 | 55 |
| Binary | 10000010 | 1100001 | 10000000 | 0 | 11001 | 10 | 110001 | 100110000 | 1111 | 101101 |
Color Harmonies of #826180
Complementary color
Monochromatic Colors of #826180
Black with #826180
Text Example
Text Example
White with #826180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826180; }
p { color: rgb(130,97,128); }
H1.HeaderClassName
{
color: #826180;
}
.AnyTagClassName
{
color: #826180;
}
</style>
background-color css
<style>
a { background-color: #826180; }
a { background-color: rgb(130,97,128); }
div.DivClassName
{
background-color: #826180;
}
.BgClassName
{
background-color: #826180;
}
</style>
border-color css
<style>
span { border-color: #826180; }
span { border-color: rgb(130,97,128); }
td.TdClassName
{
border-color: #826180;
}
.TagClassName
{
border-color: #826180;
}
</style>