Shades of Trendy Pink #84437A
Tints of Trendy Pink #84437A
RGB
CMYK
RGB Variations
Color information
#84437A (or 0x84437A) is known color: Trendy Pink. HEX triplet: 84, 43 and 7A. RGB value is (132,67,122). Sum of RGB (Red+Green+Blue) = 132+67+122=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84437A is #7BBC85. Grayscale: #5C5C5C. Windows color (decimal): -8109190 or 8012676. OLE color: 8012676.
HSL color Cylindrical-coordinate representation of color #84437A: hue angle of 309.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84437A is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 122 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.48 |
| HSL | 309.23º | 0.33% | 0.39% | - |
| HSV(B) | 309.23º | 0.49% | 0.52% | - |
| XYZ | 15.04 | 10.32 | 19.61 | - |
| YUV | 92.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 122 | 0 | 0.49 | 0.08 | 0.48 | 309.23 | 0.33 | 0.39 |
| Hex | 84 | 43 | 7A | 0 | 31 | 8 | 30 | 135 | 21 | 27 |
| Octal | 204 | 103 | 172 | 0 | 61 | 10 | 60 | 465 | 41 | 47 |
| Binary | 10000100 | 1000011 | 1111010 | 0 | 110001 | 1000 | 110000 | 100110101 | 100001 | 100111 |
Color Harmonies of #84437A
Complementary color
Monochromatic Colors of #84437A
Black with #84437A
Text Example
Text Example
White with #84437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84437A; }
p { color: rgb(132,67,122); }
H1.HeaderClassName
{
color: #84437A;
}
.AnyTagClassName
{
color: #84437A;
}
</style>
background-color css
<style>
a { background-color: #84437A; }
a { background-color: rgb(132,67,122); }
div.DivClassName
{
background-color: #84437A;
}
.BgClassName
{
background-color: #84437A;
}
</style>
border-color css
<style>
span { border-color: #84437A; }
span { border-color: rgb(132,67,122); }
td.TdClassName
{
border-color: #84437A;
}
.TagClassName
{
border-color: #84437A;
}
</style>