Shades of Solid Pink #844048
Tints of Solid Pink #844048
RGB
CMYK
RGB Variations
Color information
#844048 (or 0x844048) is known color: Solid Pink. HEX triplet: 84, 40 and 48. RGB value is (132,64,72). Sum of RGB (Red+Green+Blue) = 132+64+72=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #844048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844048 is #7BBFB7. Grayscale: #555555. Windows color (decimal): -8110008 or 4735108. OLE color: 4735108.
HSL color Cylindrical-coordinate representation of color #844048: hue angle of 352.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844048 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 72 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.48 |
| HSL | 352.94º | 0.35% | 0.38% | - |
| HSV(B) | 352.94º | 0.52% | 0.52% | - |
| XYZ | 12.52 | 9.04 | 7.22 | - |
| YUV | 85.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 72 | 0 | 0.52 | 0.45 | 0.48 | 352.94 | 0.35 | 0.38 |
| Hex | 84 | 40 | 48 | 0 | 34 | 2D | 30 | 161 | 23 | 26 |
| Octal | 204 | 100 | 110 | 0 | 64 | 55 | 60 | 541 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1001000 | 0 | 110100 | 101101 | 110000 | 101100001 | 100011 | 100110 |
Color Harmonies of #844048
Complementary color
Monochromatic Colors of #844048
Black with #844048
Text Example
Text Example
White with #844048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844048; }
p { color: rgb(132,64,72); }
H1.HeaderClassName
{
color: #844048;
}
.AnyTagClassName
{
color: #844048;
}
</style>
background-color css
<style>
a { background-color: #844048; }
a { background-color: rgb(132,64,72); }
div.DivClassName
{
background-color: #844048;
}
.BgClassName
{
background-color: #844048;
}
</style>
border-color css
<style>
span { border-color: #844048; }
span { border-color: rgb(132,64,72); }
td.TdClassName
{
border-color: #844048;
}
.TagClassName
{
border-color: #844048;
}
</style>