Shades of Trendy Pink #82527A
Tints of Trendy Pink #82527A
RGB
CMYK
RGB Variations
Color information
#82527A (or 0x82527A) is known color: Trendy Pink. HEX triplet: 82, 52 and 7A. RGB value is (130,82,122). Sum of RGB (Red+Green+Blue) = 130+82+122=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82527A is #7DAD85. Grayscale: #646464. Windows color (decimal): -8236422 or 8016514. OLE color: 8016514.
HSL color Cylindrical-coordinate representation of color #82527A: hue angle of 310º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82527A is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 122 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.49 |
| HSL | 310º | 0.23% | 0.42% | - |
| HSV(B) | 310º | 0.37% | 0.51% | - |
| XYZ | 15.74 | 12.19 | 19.94 | - |
| YUV | 100.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 122 | 0 | 0.37 | 0.06 | 0.49 | 310 | 0.23 | 0.42 |
| Hex | 82 | 52 | 7A | 0 | 25 | 6 | 31 | 136 | 17 | 2A |
| Octal | 202 | 122 | 172 | 0 | 45 | 6 | 61 | 466 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1111010 | 0 | 100101 | 110 | 110001 | 100110110 | 10111 | 101010 |
Color Harmonies of #82527A
Complementary color
Monochromatic Colors of #82527A
Black with #82527A
Text Example
Text Example
White with #82527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82527A; }
p { color: rgb(130,82,122); }
H1.HeaderClassName
{
color: #82527A;
}
.AnyTagClassName
{
color: #82527A;
}
</style>
background-color css
<style>
a { background-color: #82527A; }
a { background-color: rgb(130,82,122); }
div.DivClassName
{
background-color: #82527A;
}
.BgClassName
{
background-color: #82527A;
}
</style>
border-color css
<style>
span { border-color: #82527A; }
span { border-color: rgb(130,82,122); }
td.TdClassName
{
border-color: #82527A;
}
.TagClassName
{
border-color: #82527A;
}
</style>