Shades of Trendy Pink #82577E
Tints of Trendy Pink #82577E
RGB
CMYK
RGB Variations
Color information
#82577E (or 0x82577E) is known color: Trendy Pink. HEX triplet: 82, 57 and 7E. RGB value is (130,87,126). Sum of RGB (Red+Green+Blue) = 130+87+126=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82577E is #7DA881. Grayscale: #686868. Windows color (decimal): -8235138 or 8279938. OLE color: 8279938.
HSL color Cylindrical-coordinate representation of color #82577E: hue angle of 305.58º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82577E is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 87 | 126 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.49 |
| HSL | 305.58º | 0.2% | 0.43% | - |
| HSV(B) | 305.58º | 0.33% | 0.51% | - |
| XYZ | 16.38 | 13.07 | 21.4 | - |
| YUV | 104.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 126 | 0 | 0.33 | 0.03 | 0.49 | 305.58 | 0.2 | 0.43 |
| Hex | 82 | 57 | 7E | 0 | 21 | 3 | 31 | 132 | 14 | 2B |
| Octal | 202 | 127 | 176 | 0 | 41 | 3 | 61 | 462 | 24 | 53 |
| Binary | 10000010 | 1010111 | 1111110 | 0 | 100001 | 11 | 110001 | 100110010 | 10100 | 101011 |
Color Harmonies of #82577E
Complementary color
Monochromatic Colors of #82577E
Black with #82577E
Text Example
Text Example
White with #82577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82577E; }
p { color: rgb(130,87,126); }
H1.HeaderClassName
{
color: #82577E;
}
.AnyTagClassName
{
color: #82577E;
}
</style>
background-color css
<style>
a { background-color: #82577E; }
a { background-color: rgb(130,87,126); }
div.DivClassName
{
background-color: #82577E;
}
.BgClassName
{
background-color: #82577E;
}
</style>
border-color css
<style>
span { border-color: #82577E; }
span { border-color: rgb(130,87,126); }
td.TdClassName
{
border-color: #82577E;
}
.TagClassName
{
border-color: #82577E;
}
</style>