Shades of Trendy Pink #82567E
Tints of Trendy Pink #82567E
RGB
CMYK
RGB Variations
Color information
#82567E (or 0x82567E) is known color: Trendy Pink. HEX triplet: 82, 56 and 7E. RGB value is (130,86,126). Sum of RGB (Red+Green+Blue) = 130+86+126=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82567E is #7DA981. Grayscale: #676767. Windows color (decimal): -8235394 or 8279682. OLE color: 8279682.
HSL color Cylindrical-coordinate representation of color #82567E: hue angle of 305.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82567E is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 126 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.49 |
| HSL | 305.45º | 0.2% | 0.42% | - |
| HSV(B) | 305.45º | 0.34% | 0.51% | - |
| XYZ | 16.3 | 12.91 | 21.37 | - |
| YUV | 103.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 126 | 0 | 0.34 | 0.03 | 0.49 | 305.45 | 0.2 | 0.42 |
| Hex | 82 | 56 | 7E | 0 | 22 | 3 | 31 | 131 | 14 | 2A |
| Octal | 202 | 126 | 176 | 0 | 42 | 3 | 61 | 461 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1111110 | 0 | 100010 | 11 | 110001 | 100110001 | 10100 | 101010 |
Color Harmonies of #82567E
Complementary color
Monochromatic Colors of #82567E
Black with #82567E
Text Example
Text Example
White with #82567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82567E; }
p { color: rgb(130,86,126); }
H1.HeaderClassName
{
color: #82567E;
}
.AnyTagClassName
{
color: #82567E;
}
</style>
background-color css
<style>
a { background-color: #82567E; }
a { background-color: rgb(130,86,126); }
div.DivClassName
{
background-color: #82567E;
}
.BgClassName
{
background-color: #82567E;
}
</style>
border-color css
<style>
span { border-color: #82567E; }
span { border-color: rgb(130,86,126); }
td.TdClassName
{
border-color: #82567E;
}
.TagClassName
{
border-color: #82567E;
}
</style>