Shades of Solid Pink #844E51
Tints of Solid Pink #844E51
RGB
CMYK
RGB Variations
Color information
#844E51 (or 0x844E51) is known color: Solid Pink. HEX triplet: 84, 4E and 51. RGB value is (132,78,81). Sum of RGB (Red+Green+Blue) = 132+78+81=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #844E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E51 is #7BB1AE. Grayscale: #5E5E5E. Windows color (decimal): -8106415 or 5328516. OLE color: 5328516.
HSL color Cylindrical-coordinate representation of color #844E51: hue angle of 356.67º 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 #844E51 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 81 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.48 |
| HSL | 356.67º | 0.26% | 0.41% | - |
| HSV(B) | 356.67º | 0.41% | 0.52% | - |
| XYZ | 13.73 | 10.95 | 9.17 | - |
| YUV | 94.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 81 | 0 | 0.41 | 0.39 | 0.48 | 356.67 | 0.26 | 0.41 |
| Hex | 84 | 4E | 51 | 0 | 29 | 27 | 30 | 165 | 1A | 29 |
| Octal | 204 | 116 | 121 | 0 | 51 | 47 | 60 | 545 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1010001 | 0 | 101001 | 100111 | 110000 | 101100101 | 11010 | 101001 |
Color Harmonies of #844E51
Complementary color
Monochromatic Colors of #844E51
Black with #844E51
Text Example
Text Example
White with #844E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E51; }
p { color: rgb(132,78,81); }
H1.HeaderClassName
{
color: #844E51;
}
.AnyTagClassName
{
color: #844E51;
}
</style>
background-color css
<style>
a { background-color: #844E51; }
a { background-color: rgb(132,78,81); }
div.DivClassName
{
background-color: #844E51;
}
.BgClassName
{
background-color: #844E51;
}
</style>
border-color css
<style>
span { border-color: #844E51; }
span { border-color: rgb(132,78,81); }
td.TdClassName
{
border-color: #844E51;
}
.TagClassName
{
border-color: #844E51;
}
</style>