Shades of Trendy Pink #84537E
Tints of Trendy Pink #84537E
RGB
CMYK
RGB Variations
Color information
#84537E (or 0x84537E) is known color: Trendy Pink. HEX triplet: 84, 53 and 7E. RGB value is (132,83,126). Sum of RGB (Red+Green+Blue) = 132+83+126=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84537E is #7BAC81. Grayscale: #666666. Windows color (decimal): -8105090 or 8278916. OLE color: 8278916.
HSL color Cylindrical-coordinate representation of color #84537E: hue angle of 307.35º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84537E is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 126 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.48 |
| HSL | 307.35º | 0.23% | 0.42% | - |
| HSV(B) | 307.35º | 0.37% | 0.52% | - |
| XYZ | 16.37 | 12.6 | 21.31 | - |
| YUV | 102.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 126 | 0 | 0.37 | 0.05 | 0.48 | 307.35 | 0.23 | 0.42 |
| Hex | 84 | 53 | 7E | 0 | 25 | 5 | 30 | 133 | 17 | 2A |
| Octal | 204 | 123 | 176 | 0 | 45 | 5 | 60 | 463 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1111110 | 0 | 100101 | 101 | 110000 | 100110011 | 10111 | 101010 |
Color Harmonies of #84537E
Complementary color
Monochromatic Colors of #84537E
Black with #84537E
Text Example
Text Example
White with #84537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84537E; }
p { color: rgb(132,83,126); }
H1.HeaderClassName
{
color: #84537E;
}
.AnyTagClassName
{
color: #84537E;
}
</style>
background-color css
<style>
a { background-color: #84537E; }
a { background-color: rgb(132,83,126); }
div.DivClassName
{
background-color: #84537E;
}
.BgClassName
{
background-color: #84537E;
}
</style>
border-color css
<style>
span { border-color: #84537E; }
span { border-color: rgb(132,83,126); }
td.TdClassName
{
border-color: #84537E;
}
.TagClassName
{
border-color: #84537E;
}
</style>