Shades of Trendy Pink #84607D
Tints of Trendy Pink #84607D
RGB
CMYK
RGB Variations
Color information
#84607D (or 0x84607D) is known color: Trendy Pink. HEX triplet: 84, 60 and 7D. RGB value is (132,96,125). Sum of RGB (Red+Green+Blue) = 132+96+125=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84607D is #7B9F82. Grayscale: #6D6D6D. Windows color (decimal): -8101763 or 8216708. OLE color: 8216708.
HSL color Cylindrical-coordinate representation of color #84607D: hue angle of 311.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84607D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 125 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.48 |
| HSL | 311.67º | 0.16% | 0.45% | - |
| HSV(B) | 311.67º | 0.27% | 0.52% | - |
| XYZ | 17.4 | 14.75 | 21.33 | - |
| YUV | 110.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 125 | 0 | 0.27 | 0.05 | 0.48 | 311.67 | 0.16 | 0.45 |
| Hex | 84 | 60 | 7D | 0 | 1B | 5 | 30 | 138 | 10 | 2D |
| Octal | 204 | 140 | 175 | 0 | 33 | 5 | 60 | 470 | 20 | 55 |
| Binary | 10000100 | 1100000 | 1111101 | 0 | 11011 | 101 | 110000 | 100111000 | 10000 | 101101 |
Color Harmonies of #84607D
Complementary color
Monochromatic Colors of #84607D
Black with #84607D
Text Example
Text Example
White with #84607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84607D; }
p { color: rgb(132,96,125); }
H1.HeaderClassName
{
color: #84607D;
}
.AnyTagClassName
{
color: #84607D;
}
</style>
background-color css
<style>
a { background-color: #84607D; }
a { background-color: rgb(132,96,125); }
div.DivClassName
{
background-color: #84607D;
}
.BgClassName
{
background-color: #84607D;
}
</style>
border-color css
<style>
span { border-color: #84607D; }
span { border-color: rgb(132,96,125); }
td.TdClassName
{
border-color: #84607D;
}
.TagClassName
{
border-color: #84607D;
}
</style>