Shades of Solid Pink #84595A
Tints of Solid Pink #84595A
RGB
CMYK
RGB Variations
Color information
#84595A (or 0x84595A) is known color: Solid Pink. HEX triplet: 84, 59 and 5A. RGB value is (132,89,90). Sum of RGB (Red+Green+Blue) = 132+89+90=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84595A is #7BA6A5. Grayscale: #666666. Windows color (decimal): -8103590 or 5921156. OLE color: 5921156.
HSL color Cylindrical-coordinate representation of color #84595A: hue angle of 358.6º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84595A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 90 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.48 |
| HSL | 358.6º | 0.19% | 0.43% | - |
| HSV(B) | 358.6º | 0.33% | 0.52% | - |
| XYZ | 14.93 | 12.79 | 11.35 | - |
| YUV | 101.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 90 | 0 | 0.33 | 0.32 | 0.48 | 358.6 | 0.19 | 0.43 |
| Hex | 84 | 59 | 5A | 0 | 21 | 20 | 30 | 167 | 13 | 2B |
| Octal | 204 | 131 | 132 | 0 | 41 | 40 | 60 | 547 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1011010 | 0 | 100001 | 100000 | 110000 | 101100111 | 10011 | 101011 |
Color Harmonies of #84595A
Complementary color
Monochromatic Colors of #84595A
Black with #84595A
Text Example
Text Example
White with #84595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84595A; }
p { color: rgb(132,89,90); }
H1.HeaderClassName
{
color: #84595A;
}
.AnyTagClassName
{
color: #84595A;
}
</style>
background-color css
<style>
a { background-color: #84595A; }
a { background-color: rgb(132,89,90); }
div.DivClassName
{
background-color: #84595A;
}
.BgClassName
{
background-color: #84595A;
}
</style>
border-color css
<style>
span { border-color: #84595A; }
span { border-color: rgb(132,89,90); }
td.TdClassName
{
border-color: #84595A;
}
.TagClassName
{
border-color: #84595A;
}
</style>