Shades of Solid Pink #845559
Tints of Solid Pink #845559
RGB
CMYK
RGB Variations
Color information
#845559 (or 0x845559) is known color: Solid Pink. HEX triplet: 84, 55 and 59. RGB value is (132,85,89). Sum of RGB (Red+Green+Blue) = 132+85+89=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #845559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845559 is #7BAAA6. Grayscale: #636363. Windows color (decimal): -8104615 or 5854596. OLE color: 5854596.
HSL color Cylindrical-coordinate representation of color #845559: hue angle of 354.89º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845559 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 89 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.48 |
| HSL | 354.89º | 0.22% | 0.43% | - |
| HSV(B) | 354.89º | 0.36% | 0.52% | - |
| XYZ | 14.57 | 12.12 | 11.02 | - |
| YUV | 99.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 89 | 0 | 0.36 | 0.33 | 0.48 | 354.89 | 0.22 | 0.43 |
| Hex | 84 | 55 | 59 | 0 | 24 | 21 | 30 | 163 | 16 | 2B |
| Octal | 204 | 125 | 131 | 0 | 44 | 41 | 60 | 543 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1011001 | 0 | 100100 | 100001 | 110000 | 101100011 | 10110 | 101011 |
Color Harmonies of #845559
Complementary color
Monochromatic Colors of #845559
Black with #845559
Text Example
Text Example
White with #845559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845559; }
p { color: rgb(132,85,89); }
H1.HeaderClassName
{
color: #845559;
}
.AnyTagClassName
{
color: #845559;
}
</style>
background-color css
<style>
a { background-color: #845559; }
a { background-color: rgb(132,85,89); }
div.DivClassName
{
background-color: #845559;
}
.BgClassName
{
background-color: #845559;
}
</style>
border-color css
<style>
span { border-color: #845559; }
span { border-color: rgb(132,85,89); }
td.TdClassName
{
border-color: #845559;
}
.TagClassName
{
border-color: #845559;
}
</style>