Shades of Solid Pink #844D51
Tints of Solid Pink #844D51
RGB
CMYK
RGB Variations
Color information
#844D51 (or 0x844D51) is known color: Solid Pink. HEX triplet: 84, 4D and 51. RGB value is (132,77,81). Sum of RGB (Red+Green+Blue) = 132+77+81=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D51 is #7BB2AE. Grayscale: #5D5D5D. Windows color (decimal): -8106671 or 5328260. OLE color: 5328260.
HSL color Cylindrical-coordinate representation of color #844D51: hue angle of 355.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D51 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 81 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.48 |
| HSL | 355.64º | 0.26% | 0.41% | - |
| HSV(B) | 355.64º | 0.42% | 0.52% | - |
| XYZ | 13.65 | 10.81 | 9.15 | - |
| YUV | 93.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 81 | 0 | 0.42 | 0.39 | 0.48 | 355.64 | 0.26 | 0.41 |
| Hex | 84 | 4D | 51 | 0 | 2A | 27 | 30 | 164 | 1A | 29 |
| Octal | 204 | 115 | 121 | 0 | 52 | 47 | 60 | 544 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1010001 | 0 | 101010 | 100111 | 110000 | 101100100 | 11010 | 101001 |
Color Harmonies of #844D51
Complementary color
Monochromatic Colors of #844D51
Black with #844D51
Text Example
Text Example
White with #844D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D51; }
p { color: rgb(132,77,81); }
H1.HeaderClassName
{
color: #844D51;
}
.AnyTagClassName
{
color: #844D51;
}
</style>
background-color css
<style>
a { background-color: #844D51; }
a { background-color: rgb(132,77,81); }
div.DivClassName
{
background-color: #844D51;
}
.BgClassName
{
background-color: #844D51;
}
</style>
border-color css
<style>
span { border-color: #844D51; }
span { border-color: rgb(132,77,81); }
td.TdClassName
{
border-color: #844D51;
}
.TagClassName
{
border-color: #844D51;
}
</style>