Shades of Solid Pink #844249
Tints of Solid Pink #844249
RGB
CMYK
RGB Variations
Color information
#844249 (or 0x844249) is known color: Solid Pink. HEX triplet: 84, 42 and 49. RGB value is (132,66,73). Sum of RGB (Red+Green+Blue) = 132+66+73=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #844249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844249 is #7BBDB6. Grayscale: #565656. Windows color (decimal): -8109495 or 4801156. OLE color: 4801156.
HSL color Cylindrical-coordinate representation of color #844249: hue angle of 353.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844249 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 73 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.48 |
| HSL | 353.64º | 0.33% | 0.39% | - |
| HSV(B) | 353.64º | 0.5% | 0.52% | - |
| XYZ | 12.67 | 9.28 | 7.43 | - |
| YUV | 86.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 73 | 0 | 0.5 | 0.45 | 0.48 | 353.64 | 0.33 | 0.39 |
| Hex | 84 | 42 | 49 | 0 | 32 | 2D | 30 | 162 | 21 | 27 |
| Octal | 204 | 102 | 111 | 0 | 62 | 55 | 60 | 542 | 41 | 47 |
| Binary | 10000100 | 1000010 | 1001001 | 0 | 110010 | 101101 | 110000 | 101100010 | 100001 | 100111 |
Color Harmonies of #844249
Complementary color
Monochromatic Colors of #844249
Black with #844249
Text Example
Text Example
White with #844249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844249; }
p { color: rgb(132,66,73); }
H1.HeaderClassName
{
color: #844249;
}
.AnyTagClassName
{
color: #844249;
}
</style>
background-color css
<style>
a { background-color: #844249; }
a { background-color: rgb(132,66,73); }
div.DivClassName
{
background-color: #844249;
}
.BgClassName
{
background-color: #844249;
}
</style>
border-color css
<style>
span { border-color: #844249; }
span { border-color: rgb(132,66,73); }
td.TdClassName
{
border-color: #844249;
}
.TagClassName
{
border-color: #844249;
}
</style>