Shades of Solid Pink #84585A
Tints of Solid Pink #84585A
RGB
CMYK
RGB Variations
Color information
#84585A (or 0x84585A) is known color: Solid Pink. HEX triplet: 84, 58 and 5A. RGB value is (132,88,90). Sum of RGB (Red+Green+Blue) = 132+88+90=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84585A is #7BA7A5. Grayscale: #656565. Windows color (decimal): -8103846 or 5920900. OLE color: 5920900.
HSL color Cylindrical-coordinate representation of color #84585A: hue angle of 357.27º degrees, saturation: 0.2, 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 #84585A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 90 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.48 |
| HSL | 357.27º | 0.2% | 0.43% | - |
| HSV(B) | 357.27º | 0.33% | 0.52% | - |
| XYZ | 14.85 | 12.62 | 11.33 | - |
| YUV | 101.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 90 | 0 | 0.33 | 0.32 | 0.48 | 357.27 | 0.2 | 0.43 |
| Hex | 84 | 58 | 5A | 0 | 21 | 20 | 30 | 165 | 14 | 2B |
| Octal | 204 | 130 | 132 | 0 | 41 | 40 | 60 | 545 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1011010 | 0 | 100001 | 100000 | 110000 | 101100101 | 10100 | 101011 |
Color Harmonies of #84585A
Complementary color
Monochromatic Colors of #84585A
Black with #84585A
Text Example
Text Example
White with #84585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84585A; }
p { color: rgb(132,88,90); }
H1.HeaderClassName
{
color: #84585A;
}
.AnyTagClassName
{
color: #84585A;
}
</style>
background-color css
<style>
a { background-color: #84585A; }
a { background-color: rgb(132,88,90); }
div.DivClassName
{
background-color: #84585A;
}
.BgClassName
{
background-color: #84585A;
}
</style>
border-color css
<style>
span { border-color: #84585A; }
span { border-color: rgb(132,88,90); }
td.TdClassName
{
border-color: #84585A;
}
.TagClassName
{
border-color: #84585A;
}
</style>