Shades of Solid Pink #844E57
Tints of Solid Pink #844E57
RGB
CMYK
RGB Variations
Color information
#844E57 (or 0x844E57) is known color: Solid Pink. HEX triplet: 84, 4E and 57. RGB value is (132,78,87). Sum of RGB (Red+Green+Blue) = 132+78+87=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E57 is #7BB1A8. Grayscale: #5F5F5F. Windows color (decimal): -8106409 or 5721732. OLE color: 5721732.
HSL color Cylindrical-coordinate representation of color #844E57: hue angle of 350º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E57 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 87 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.48 |
| HSL | 350º | 0.26% | 0.41% | - |
| HSV(B) | 350º | 0.41% | 0.52% | - |
| XYZ | 13.96 | 11.04 | 10.41 | - |
| YUV | 95.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 87 | 0 | 0.41 | 0.34 | 0.48 | 350 | 0.26 | 0.41 |
| Hex | 84 | 4E | 57 | 0 | 29 | 22 | 30 | 15E | 1A | 29 |
| Octal | 204 | 116 | 127 | 0 | 51 | 42 | 60 | 536 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1010111 | 0 | 101001 | 100010 | 110000 | 101011110 | 11010 | 101001 |
Color Harmonies of #844E57
Complementary color
Monochromatic Colors of #844E57
Black with #844E57
Text Example
Text Example
White with #844E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E57; }
p { color: rgb(132,78,87); }
H1.HeaderClassName
{
color: #844E57;
}
.AnyTagClassName
{
color: #844E57;
}
</style>
background-color css
<style>
a { background-color: #844E57; }
a { background-color: rgb(132,78,87); }
div.DivClassName
{
background-color: #844E57;
}
.BgClassName
{
background-color: #844E57;
}
</style>
border-color css
<style>
span { border-color: #844E57; }
span { border-color: rgb(132,78,87); }
td.TdClassName
{
border-color: #844E57;
}
.TagClassName
{
border-color: #844E57;
}
</style>