Shades of Solid Pink #844E50
Tints of Solid Pink #844E50
RGB
CMYK
RGB Variations
Color information
#844E50 (or 0x844E50) is known color: Solid Pink. HEX triplet: 84, 4E and 50. RGB value is (132,78,80). Sum of RGB (Red+Green+Blue) = 132+78+80=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E50 is #7BB1AF. Grayscale: #5E5E5E. Windows color (decimal): -8106416 or 5262980. OLE color: 5262980.
HSL color Cylindrical-coordinate representation of color #844E50: hue angle of 357.78º 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 #844E50 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 80 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.48 |
| HSL | 357.78º | 0.26% | 0.41% | - |
| HSV(B) | 357.78º | 0.41% | 0.52% | - |
| XYZ | 13.69 | 10.93 | 8.98 | - |
| YUV | 94.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 80 | 0 | 0.41 | 0.39 | 0.48 | 357.78 | 0.26 | 0.41 |
| Hex | 84 | 4E | 50 | 0 | 29 | 27 | 30 | 166 | 1A | 29 |
| Octal | 204 | 116 | 120 | 0 | 51 | 47 | 60 | 546 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1010000 | 0 | 101001 | 100111 | 110000 | 101100110 | 11010 | 101001 |
Color Harmonies of #844E50
Complementary color
Monochromatic Colors of #844E50
Black with #844E50
Text Example
Text Example
White with #844E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E50; }
p { color: rgb(132,78,80); }
H1.HeaderClassName
{
color: #844E50;
}
.AnyTagClassName
{
color: #844E50;
}
</style>
background-color css
<style>
a { background-color: #844E50; }
a { background-color: rgb(132,78,80); }
div.DivClassName
{
background-color: #844E50;
}
.BgClassName
{
background-color: #844E50;
}
</style>
border-color css
<style>
span { border-color: #844E50; }
span { border-color: rgb(132,78,80); }
td.TdClassName
{
border-color: #844E50;
}
.TagClassName
{
border-color: #844E50;
}
</style>