Shades of Cherry Pie #322C49
Tints of Cherry Pie #322C49
RGB
CMYK
RGB Variations
Color information
#322C49 (or 0x322C49) is known color: Cherry Pie. HEX triplet: 32, 2C and 49. RGB value is (50,44,73). Sum of RGB (Red+Green+Blue) = 50+44+73=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #322C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C49 is #CDD3B6. Grayscale: #303030. Windows color (decimal): -13489079 or 4795442. OLE color: 4795442.
HSL color Cylindrical-coordinate representation of color #322C49: hue angle of 252.41º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #322C49 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 44 | 73 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.71 |
| HSL | 252.41º | 0.25% | 0.23% | - |
| HSV(B) | 252.41º | 0.4% | 0.29% | - |
| XYZ | 3.42 | 2.96 | 6.69 | - |
| YUV | 49.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 73 | 0.32 | 0.40 | 0 | 0.71 | 252.41 | 0.25 | 0.23 |
| Hex | 32 | 2C | 49 | 20 | 28 | 0 | 47 | FC | 19 | 17 |
| Octal | 62 | 54 | 111 | 40 | 50 | 0 | 107 | 374 | 31 | 27 |
| Binary | 110010 | 101100 | 1001001 | 100000 | 101000 | 0 | 1000111 | 11111100 | 11001 | 10111 |
Color Harmonies of #322C49
Complementary color
Monochromatic Colors of #322C49
Black with #322C49
Text Example
Text Example
White with #322C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C49; }
p { color: rgb(50,44,73); }
H1.HeaderClassName
{
color: #322C49;
}
.AnyTagClassName
{
color: #322C49;
}
</style>
background-color css
<style>
a { background-color: #322C49; }
a { background-color: rgb(50,44,73); }
div.DivClassName
{
background-color: #322C49;
}
.BgClassName
{
background-color: #322C49;
}
</style>
border-color css
<style>
span { border-color: #322C49; }
span { border-color: rgb(50,44,73); }
td.TdClassName
{
border-color: #322C49;
}
.TagClassName
{
border-color: #322C49;
}
</style>