Shades of Solid Pink #844A56
Tints of Solid Pink #844A56
RGB
CMYK
RGB Variations
Color information
#844A56 (or 0x844A56) is known color: Solid Pink. HEX triplet: 84, 4A and 56. RGB value is (132,74,86). Sum of RGB (Red+Green+Blue) = 132+74+86=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #844A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A56 is #7BB5A9. Grayscale: #5C5C5C. Windows color (decimal): -8107434 or 5655172. OLE color: 5655172.
HSL color Cylindrical-coordinate representation of color #844A56: hue angle of 347.59º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A56 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 86 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.48 |
| HSL | 347.59º | 0.28% | 0.4% | - |
| HSV(B) | 347.59º | 0.44% | 0.52% | - |
| XYZ | 13.64 | 10.47 | 10.11 | - |
| YUV | 92.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 86 | 0 | 0.44 | 0.35 | 0.48 | 347.59 | 0.28 | 0.4 |
| Hex | 84 | 4A | 56 | 0 | 2C | 23 | 30 | 15C | 1C | 28 |
| Octal | 204 | 112 | 126 | 0 | 54 | 43 | 60 | 534 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1010110 | 0 | 101100 | 100011 | 110000 | 101011100 | 11100 | 101000 |
Color Harmonies of #844A56
Complementary color
Monochromatic Colors of #844A56
Black with #844A56
Text Example
Text Example
White with #844A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A56; }
p { color: rgb(132,74,86); }
H1.HeaderClassName
{
color: #844A56;
}
.AnyTagClassName
{
color: #844A56;
}
</style>
background-color css
<style>
a { background-color: #844A56; }
a { background-color: rgb(132,74,86); }
div.DivClassName
{
background-color: #844A56;
}
.BgClassName
{
background-color: #844A56;
}
</style>
border-color css
<style>
span { border-color: #844A56; }
span { border-color: rgb(132,74,86); }
td.TdClassName
{
border-color: #844A56;
}
.TagClassName
{
border-color: #844A56;
}
</style>