Shades of Trendy Pink #84567E
Tints of Trendy Pink #84567E
RGB
CMYK
RGB Variations
Color information
#84567E (or 0x84567E) is known color: Trendy Pink. HEX triplet: 84, 56 and 7E. RGB value is (132,86,126). Sum of RGB (Red+Green+Blue) = 132+86+126=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84567E is #7BA981. Grayscale: #686868. Windows color (decimal): -8104322 or 8279684. OLE color: 8279684.
HSL color Cylindrical-coordinate representation of color #84567E: hue angle of 307.83º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84567E is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 126 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.48 |
| HSL | 307.83º | 0.21% | 0.43% | - |
| HSV(B) | 307.83º | 0.35% | 0.52% | - |
| XYZ | 16.61 | 13.07 | 21.39 | - |
| YUV | 104.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 126 | 0 | 0.35 | 0.05 | 0.48 | 307.83 | 0.21 | 0.43 |
| Hex | 84 | 56 | 7E | 0 | 23 | 5 | 30 | 134 | 15 | 2B |
| Octal | 204 | 126 | 176 | 0 | 43 | 5 | 60 | 464 | 25 | 53 |
| Binary | 10000100 | 1010110 | 1111110 | 0 | 100011 | 101 | 110000 | 100110100 | 10101 | 101011 |
Color Harmonies of #84567E
Complementary color
Monochromatic Colors of #84567E
Black with #84567E
Text Example
Text Example
White with #84567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84567E; }
p { color: rgb(132,86,126); }
H1.HeaderClassName
{
color: #84567E;
}
.AnyTagClassName
{
color: #84567E;
}
</style>
background-color css
<style>
a { background-color: #84567E; }
a { background-color: rgb(132,86,126); }
div.DivClassName
{
background-color: #84567E;
}
.BgClassName
{
background-color: #84567E;
}
</style>
border-color css
<style>
span { border-color: #84567E; }
span { border-color: rgb(132,86,126); }
td.TdClassName
{
border-color: #84567E;
}
.TagClassName
{
border-color: #84567E;
}
</style>