Shades of Trendy Pink #82587A
Tints of Trendy Pink #82587A
RGB
CMYK
RGB Variations
Color information
#82587A (or 0x82587A) is known color: Trendy Pink. HEX triplet: 82, 58 and 7A. RGB value is (130,88,122). Sum of RGB (Red+Green+Blue) = 130+88+122=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82587A is #7DA785. Grayscale: #686868. Windows color (decimal): -8234886 or 8018050. OLE color: 8018050.
HSL color Cylindrical-coordinate representation of color #82587A: hue angle of 311.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82587A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 122 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.49 |
| HSL | 311.43º | 0.19% | 0.43% | - |
| HSV(B) | 311.43º | 0.32% | 0.51% | - |
| XYZ | 16.21 | 13.13 | 20.09 | - |
| YUV | 104.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 122 | 0 | 0.32 | 0.06 | 0.49 | 311.43 | 0.19 | 0.43 |
| Hex | 82 | 58 | 7A | 0 | 20 | 6 | 31 | 137 | 13 | 2B |
| Octal | 202 | 130 | 172 | 0 | 40 | 6 | 61 | 467 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1111010 | 0 | 100000 | 110 | 110001 | 100110111 | 10011 | 101011 |
Color Harmonies of #82587A
Complementary color
Monochromatic Colors of #82587A
Black with #82587A
Text Example
Text Example
White with #82587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82587A; }
p { color: rgb(130,88,122); }
H1.HeaderClassName
{
color: #82587A;
}
.AnyTagClassName
{
color: #82587A;
}
</style>
background-color css
<style>
a { background-color: #82587A; }
a { background-color: rgb(130,88,122); }
div.DivClassName
{
background-color: #82587A;
}
.BgClassName
{
background-color: #82587A;
}
</style>
border-color css
<style>
span { border-color: #82587A; }
span { border-color: rgb(130,88,122); }
td.TdClassName
{
border-color: #82587A;
}
.TagClassName
{
border-color: #82587A;
}
</style>