Shades of Solid Pink #844248
Tints of Solid Pink #844248
RGB
CMYK
RGB Variations
Color information
#844248 (or 0x844248) is known color: Solid Pink. HEX triplet: 84, 42 and 48. RGB value is (132,66,72). Sum of RGB (Red+Green+Blue) = 132+66+72=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844248 is #7BBDB7. Grayscale: #565656. Windows color (decimal): -8109496 or 4735620. OLE color: 4735620.
HSL color Cylindrical-coordinate representation of color #844248: hue angle of 354.55º 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 #844248 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 72 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.48 |
| HSL | 354.55º | 0.33% | 0.39% | - |
| HSV(B) | 354.55º | 0.5% | 0.52% | - |
| XYZ | 12.63 | 9.27 | 7.25 | - |
| YUV | 86.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 72 | 0 | 0.5 | 0.45 | 0.48 | 354.55 | 0.33 | 0.39 |
| Hex | 84 | 42 | 48 | 0 | 32 | 2D | 30 | 163 | 21 | 27 |
| Octal | 204 | 102 | 110 | 0 | 62 | 55 | 60 | 543 | 41 | 47 |
| Binary | 10000100 | 1000010 | 1001000 | 0 | 110010 | 101101 | 110000 | 101100011 | 100001 | 100111 |
Color Harmonies of #844248
Complementary color
Monochromatic Colors of #844248
Black with #844248
Text Example
Text Example
White with #844248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844248; }
p { color: rgb(132,66,72); }
H1.HeaderClassName
{
color: #844248;
}
.AnyTagClassName
{
color: #844248;
}
</style>
background-color css
<style>
a { background-color: #844248; }
a { background-color: rgb(132,66,72); }
div.DivClassName
{
background-color: #844248;
}
.BgClassName
{
background-color: #844248;
}
</style>
border-color css
<style>
span { border-color: #844248; }
span { border-color: rgb(132,66,72); }
td.TdClassName
{
border-color: #844248;
}
.TagClassName
{
border-color: #844248;
}
</style>