Shades of Solid Pink #844C51
Tints of Solid Pink #844C51
RGB
CMYK
RGB Variations
Color information
#844C51 (or 0x844C51) is known color: Solid Pink. HEX triplet: 84, 4C and 51. RGB value is (132,76,81). Sum of RGB (Red+Green+Blue) = 132+76+81=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #844C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C51 is #7BB3AE. Grayscale: #5D5D5D. Windows color (decimal): -8106927 or 5328004. OLE color: 5328004.
HSL color Cylindrical-coordinate representation of color #844C51: hue angle of 354.64º degrees, saturation: 0.27, 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 #844C51 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 81 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.48 |
| HSL | 354.64º | 0.27% | 0.41% | - |
| HSV(B) | 354.64º | 0.42% | 0.52% | - |
| XYZ | 13.59 | 10.67 | 9.13 | - |
| YUV | 93.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 81 | 0 | 0.42 | 0.39 | 0.48 | 354.64 | 0.27 | 0.41 |
| Hex | 84 | 4C | 51 | 0 | 2A | 27 | 30 | 163 | 1B | 29 |
| Octal | 204 | 114 | 121 | 0 | 52 | 47 | 60 | 543 | 33 | 51 |
| Binary | 10000100 | 1001100 | 1010001 | 0 | 101010 | 100111 | 110000 | 101100011 | 11011 | 101001 |
Color Harmonies of #844C51
Complementary color
Monochromatic Colors of #844C51
Black with #844C51
Text Example
Text Example
White with #844C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C51; }
p { color: rgb(132,76,81); }
H1.HeaderClassName
{
color: #844C51;
}
.AnyTagClassName
{
color: #844C51;
}
</style>
background-color css
<style>
a { background-color: #844C51; }
a { background-color: rgb(132,76,81); }
div.DivClassName
{
background-color: #844C51;
}
.BgClassName
{
background-color: #844C51;
}
</style>
border-color css
<style>
span { border-color: #844C51; }
span { border-color: rgb(132,76,81); }
td.TdClassName
{
border-color: #844C51;
}
.TagClassName
{
border-color: #844C51;
}
</style>