Shades of Solid Pink #844C52
Tints of Solid Pink #844C52
RGB
CMYK
RGB Variations
Color information
#844C52 (or 0x844C52) is known color: Solid Pink. HEX triplet: 84, 4C and 52. RGB value is (132,76,82). Sum of RGB (Red+Green+Blue) = 132+76+82=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C52 is #7BB3AD. Grayscale: #5D5D5D. Windows color (decimal): -8106926 or 5393540. OLE color: 5393540.
HSL color Cylindrical-coordinate representation of color #844C52: hue angle of 353.57º 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 #844C52 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 82 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.48 |
| HSL | 353.57º | 0.27% | 0.41% | - |
| HSV(B) | 353.57º | 0.42% | 0.52% | - |
| XYZ | 13.62 | 10.68 | 9.33 | - |
| YUV | 93.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 82 | 0 | 0.42 | 0.38 | 0.48 | 353.57 | 0.27 | 0.41 |
| Hex | 84 | 4C | 52 | 0 | 2A | 26 | 30 | 162 | 1B | 29 |
| Octal | 204 | 114 | 122 | 0 | 52 | 46 | 60 | 542 | 33 | 51 |
| Binary | 10000100 | 1001100 | 1010010 | 0 | 101010 | 100110 | 110000 | 101100010 | 11011 | 101001 |
Color Harmonies of #844C52
Complementary color
Monochromatic Colors of #844C52
Black with #844C52
Text Example
Text Example
White with #844C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C52; }
p { color: rgb(132,76,82); }
H1.HeaderClassName
{
color: #844C52;
}
.AnyTagClassName
{
color: #844C52;
}
</style>
background-color css
<style>
a { background-color: #844C52; }
a { background-color: rgb(132,76,82); }
div.DivClassName
{
background-color: #844C52;
}
.BgClassName
{
background-color: #844C52;
}
</style>
border-color css
<style>
span { border-color: #844C52; }
span { border-color: rgb(132,76,82); }
td.TdClassName
{
border-color: #844C52;
}
.TagClassName
{
border-color: #844C52;
}
</style>