Shades of Solid Pink #844752
Tints of Solid Pink #844752
RGB
CMYK
RGB Variations
Color information
#844752 (or 0x844752) is known color: Solid Pink. HEX triplet: 84, 47 and 52. RGB value is (132,71,82). Sum of RGB (Red+Green+Blue) = 132+71+82=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844752 is #7BB8AD. Grayscale: #5A5A5A. Windows color (decimal): -8108206 or 5392260. OLE color: 5392260.
HSL color Cylindrical-coordinate representation of color #844752: hue angle of 349.18º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844752 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 82 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.48 |
| HSL | 349.18º | 0.3% | 0.4% | - |
| HSV(B) | 349.18º | 0.46% | 0.52% | - |
| XYZ | 13.29 | 10.02 | 9.22 | - |
| YUV | 90.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 82 | 0 | 0.46 | 0.38 | 0.48 | 349.18 | 0.3 | 0.4 |
| Hex | 84 | 47 | 52 | 0 | 2E | 26 | 30 | 15D | 1E | 28 |
| Octal | 204 | 107 | 122 | 0 | 56 | 46 | 60 | 535 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1010010 | 0 | 101110 | 100110 | 110000 | 101011101 | 11110 | 101000 |
Color Harmonies of #844752
Complementary color
Monochromatic Colors of #844752
Black with #844752
Text Example
Text Example
White with #844752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844752; }
p { color: rgb(132,71,82); }
H1.HeaderClassName
{
color: #844752;
}
.AnyTagClassName
{
color: #844752;
}
</style>
background-color css
<style>
a { background-color: #844752; }
a { background-color: rgb(132,71,82); }
div.DivClassName
{
background-color: #844752;
}
.BgClassName
{
background-color: #844752;
}
</style>
border-color css
<style>
span { border-color: #844752; }
span { border-color: rgb(132,71,82); }
td.TdClassName
{
border-color: #844752;
}
.TagClassName
{
border-color: #844752;
}
</style>