Shades of Solid Pink #844751
Tints of Solid Pink #844751
RGB
CMYK
RGB Variations
Color information
#844751 (or 0x844751) is known color: Solid Pink. HEX triplet: 84, 47 and 51. RGB value is (132,71,81). Sum of RGB (Red+Green+Blue) = 132+71+81=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844751 is #7BB8AE. Grayscale: #5A5A5A. Windows color (decimal): -8108207 or 5326724. OLE color: 5326724.
HSL color Cylindrical-coordinate representation of color #844751: hue angle of 350.16º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844751 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 81 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.48 |
| HSL | 350.16º | 0.3% | 0.4% | - |
| HSV(B) | 350.16º | 0.46% | 0.52% | - |
| XYZ | 13.25 | 10.01 | 9.02 | - |
| YUV | 90.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 81 | 0 | 0.46 | 0.39 | 0.48 | 350.16 | 0.3 | 0.4 |
| Hex | 84 | 47 | 51 | 0 | 2E | 27 | 30 | 15E | 1E | 28 |
| Octal | 204 | 107 | 121 | 0 | 56 | 47 | 60 | 536 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1010001 | 0 | 101110 | 100111 | 110000 | 101011110 | 11110 | 101000 |
Color Harmonies of #844751
Complementary color
Monochromatic Colors of #844751
Black with #844751
Text Example
Text Example
White with #844751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844751; }
p { color: rgb(132,71,81); }
H1.HeaderClassName
{
color: #844751;
}
.AnyTagClassName
{
color: #844751;
}
</style>
background-color css
<style>
a { background-color: #844751; }
a { background-color: rgb(132,71,81); }
div.DivClassName
{
background-color: #844751;
}
.BgClassName
{
background-color: #844751;
}
</style>
border-color css
<style>
span { border-color: #844751; }
span { border-color: rgb(132,71,81); }
td.TdClassName
{
border-color: #844751;
}
.TagClassName
{
border-color: #844751;
}
</style>