Shades of Solid Pink #845659
Tints of Solid Pink #845659
RGB
CMYK
RGB Variations
Color information
#845659 (or 0x845659) is known color: Solid Pink. HEX triplet: 84, 56 and 59. RGB value is (132,86,89). Sum of RGB (Red+Green+Blue) = 132+86+89=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #845659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845659 is #7BA9A6. Grayscale: #646464. Windows color (decimal): -8104359 or 5854852. OLE color: 5854852.
HSL color Cylindrical-coordinate representation of color #845659: hue angle of 356.09º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845659 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 89 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.48 |
| HSL | 356.09º | 0.21% | 0.43% | - |
| HSV(B) | 356.09º | 0.35% | 0.52% | - |
| XYZ | 14.65 | 12.28 | 11.05 | - |
| YUV | 100.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 89 | 0 | 0.35 | 0.33 | 0.48 | 356.09 | 0.21 | 0.43 |
| Hex | 84 | 56 | 59 | 0 | 23 | 21 | 30 | 164 | 15 | 2B |
| Octal | 204 | 126 | 131 | 0 | 43 | 41 | 60 | 544 | 25 | 53 |
| Binary | 10000100 | 1010110 | 1011001 | 0 | 100011 | 100001 | 110000 | 101100100 | 10101 | 101011 |
Color Harmonies of #845659
Complementary color
Monochromatic Colors of #845659
Black with #845659
Text Example
Text Example
White with #845659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845659; }
p { color: rgb(132,86,89); }
H1.HeaderClassName
{
color: #845659;
}
.AnyTagClassName
{
color: #845659;
}
</style>
background-color css
<style>
a { background-color: #845659; }
a { background-color: rgb(132,86,89); }
div.DivClassName
{
background-color: #845659;
}
.BgClassName
{
background-color: #845659;
}
</style>
border-color css
<style>
span { border-color: #845659; }
span { border-color: rgb(132,86,89); }
td.TdClassName
{
border-color: #845659;
}
.TagClassName
{
border-color: #845659;
}
</style>