Shades of Solid Pink #84575C
Tints of Solid Pink #84575C
RGB
CMYK
RGB Variations
Color information
#84575C (or 0x84575C) is known color: Solid Pink. HEX triplet: 84, 57 and 5C. RGB value is (132,87,92). Sum of RGB (Red+Green+Blue) = 132+87+92=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84575C is #7BA8A3. Grayscale: #656565. Windows color (decimal): -8104100 or 6051716. OLE color: 6051716.
HSL color Cylindrical-coordinate representation of color #84575C: hue angle of 353.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84575C is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 92 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.48 |
| HSL | 353.33º | 0.21% | 0.43% | - |
| HSV(B) | 353.33º | 0.34% | 0.52% | - |
| XYZ | 14.86 | 12.49 | 11.75 | - |
| YUV | 101.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 92 | 0 | 0.34 | 0.30 | 0.48 | 353.33 | 0.21 | 0.43 |
| Hex | 84 | 57 | 5C | 0 | 22 | 1E | 30 | 161 | 15 | 2B |
| Octal | 204 | 127 | 134 | 0 | 42 | 36 | 60 | 541 | 25 | 53 |
| Binary | 10000100 | 1010111 | 1011100 | 0 | 100010 | 11110 | 110000 | 101100001 | 10101 | 101011 |
Color Harmonies of #84575C
Complementary color
Monochromatic Colors of #84575C
Black with #84575C
Text Example
Text Example
White with #84575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84575C; }
p { color: rgb(132,87,92); }
H1.HeaderClassName
{
color: #84575C;
}
.AnyTagClassName
{
color: #84575C;
}
</style>
background-color css
<style>
a { background-color: #84575C; }
a { background-color: rgb(132,87,92); }
div.DivClassName
{
background-color: #84575C;
}
.BgClassName
{
background-color: #84575C;
}
</style>
border-color css
<style>
span { border-color: #84575C; }
span { border-color: rgb(132,87,92); }
td.TdClassName
{
border-color: #84575C;
}
.TagClassName
{
border-color: #84575C;
}
</style>