Shades of Solid Pink #84585C
Tints of Solid Pink #84585C
RGB
CMYK
RGB Variations
Color information
#84585C (or 0x84585C) is known color: Solid Pink. HEX triplet: 84, 58 and 5C. RGB value is (132,88,92). Sum of RGB (Red+Green+Blue) = 132+88+92=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84585C is #7BA7A3. Grayscale: #656565. Windows color (decimal): -8103844 or 6051972. OLE color: 6051972.
HSL color Cylindrical-coordinate representation of color #84585C: hue angle of 354.55º 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 #84585C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 92 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.48 |
| HSL | 354.55º | 0.2% | 0.43% | - |
| HSV(B) | 354.55º | 0.33% | 0.52% | - |
| XYZ | 14.94 | 12.66 | 11.78 | - |
| YUV | 101.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 92 | 0 | 0.33 | 0.30 | 0.48 | 354.55 | 0.2 | 0.43 |
| Hex | 84 | 58 | 5C | 0 | 21 | 1E | 30 | 163 | 14 | 2B |
| Octal | 204 | 130 | 134 | 0 | 41 | 36 | 60 | 543 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1011100 | 0 | 100001 | 11110 | 110000 | 101100011 | 10100 | 101011 |
Color Harmonies of #84585C
Complementary color
Monochromatic Colors of #84585C
Black with #84585C
Text Example
Text Example
White with #84585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84585C; }
p { color: rgb(132,88,92); }
H1.HeaderClassName
{
color: #84585C;
}
.AnyTagClassName
{
color: #84585C;
}
</style>
background-color css
<style>
a { background-color: #84585C; }
a { background-color: rgb(132,88,92); }
div.DivClassName
{
background-color: #84585C;
}
.BgClassName
{
background-color: #84585C;
}
</style>
border-color css
<style>
span { border-color: #84585C; }
span { border-color: rgb(132,88,92); }
td.TdClassName
{
border-color: #84585C;
}
.TagClassName
{
border-color: #84585C;
}
</style>