Shades of Trendy Pink #84537B
Tints of Trendy Pink #84537B
RGB
CMYK
RGB Variations
Color information
#84537B (or 0x84537B) is known color: Trendy Pink. HEX triplet: 84, 53 and 7B. RGB value is (132,83,123). Sum of RGB (Red+Green+Blue) = 132+83+123=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84537B is #7BAC84. Grayscale: #666666. Windows color (decimal): -8105093 or 8082308. OLE color: 8082308.
HSL color Cylindrical-coordinate representation of color #84537B: hue angle of 311.02º 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 #84537B is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 123 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.48 |
| HSL | 311.02º | 0.23% | 0.42% | - |
| HSV(B) | 311.02º | 0.37% | 0.52% | - |
| XYZ | 16.18 | 12.52 | 20.3 | - |
| YUV | 102.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 123 | 0 | 0.37 | 0.07 | 0.48 | 311.02 | 0.23 | 0.42 |
| Hex | 84 | 53 | 7B | 0 | 25 | 7 | 30 | 137 | 17 | 2A |
| Octal | 204 | 123 | 173 | 0 | 45 | 7 | 60 | 467 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1111011 | 0 | 100101 | 111 | 110000 | 100110111 | 10111 | 101010 |
Color Harmonies of #84537B
Complementary color
Monochromatic Colors of #84537B
Black with #84537B
Text Example
Text Example
White with #84537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84537B; }
p { color: rgb(132,83,123); }
H1.HeaderClassName
{
color: #84537B;
}
.AnyTagClassName
{
color: #84537B;
}
</style>
background-color css
<style>
a { background-color: #84537B; }
a { background-color: rgb(132,83,123); }
div.DivClassName
{
background-color: #84537B;
}
.BgClassName
{
background-color: #84537B;
}
</style>
border-color css
<style>
span { border-color: #84537B; }
span { border-color: rgb(132,83,123); }
td.TdClassName
{
border-color: #84537B;
}
.TagClassName
{
border-color: #84537B;
}
</style>