Shades of Trendy Pink #856582
Tints of Trendy Pink #856582
RGB
CMYK
RGB Variations
Color information
#856582 (or 0x856582) is known color: Trendy Pink. HEX triplet: 85, 65 and 82. RGB value is (133,101,130). Sum of RGB (Red+Green+Blue) = 133+101+130=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856582 is #7A9A7D. Grayscale: #717171. Windows color (decimal): -8034942 or 8545669. OLE color: 8545669.
HSL color Cylindrical-coordinate representation of color #856582: hue angle of 305.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856582 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 130 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.48 |
| HSL | 305.63º | 0.14% | 0.46% | - |
| HSV(B) | 305.63º | 0.24% | 0.52% | - |
| XYZ | 18.36 | 15.91 | 23.22 | - |
| YUV | 113.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 130 | 0 | 0.24 | 0.02 | 0.48 | 305.63 | 0.14 | 0.46 |
| Hex | 85 | 65 | 82 | 0 | 18 | 2 | 30 | 132 | E | 2E |
| Octal | 205 | 145 | 202 | 0 | 30 | 2 | 60 | 462 | 16 | 56 |
| Binary | 10000101 | 1100101 | 10000010 | 0 | 11000 | 10 | 110000 | 100110010 | 1110 | 101110 |
Color Harmonies of #856582
Complementary color
Monochromatic Colors of #856582
Black with #856582
Text Example
Text Example
White with #856582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856582; }
p { color: rgb(133,101,130); }
H1.HeaderClassName
{
color: #856582;
}
.AnyTagClassName
{
color: #856582;
}
</style>
background-color css
<style>
a { background-color: #856582; }
a { background-color: rgb(133,101,130); }
div.DivClassName
{
background-color: #856582;
}
.BgClassName
{
background-color: #856582;
}
</style>
border-color css
<style>
span { border-color: #856582; }
span { border-color: rgb(133,101,130); }
td.TdClassName
{
border-color: #856582;
}
.TagClassName
{
border-color: #856582;
}
</style>