Shades of Cherry Pie #322952
Tints of Cherry Pie #322952
RGB
CMYK
RGB Variations
Color information
#322952 (or 0x322952) is known color: Cherry Pie. HEX triplet: 32, 29 and 52. RGB value is (50,41,82). Sum of RGB (Red+Green+Blue) = 50+41+82=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #322952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322952 is #CDD6AD. Grayscale: #303030. Windows color (decimal): -13489838 or 5384498. OLE color: 5384498.
HSL color Cylindrical-coordinate representation of color #322952: hue angle of 253.17º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322952 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 41 | 82 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.68 |
| HSL | 253.17º | 0.33% | 0.24% | - |
| HSV(B) | 253.17º | 0.5% | 0.32% | - |
| XYZ | 3.63 | 2.87 | 8.35 | - |
| YUV | 48.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 82 | 0.39 | 0.50 | 0 | 0.68 | 253.17 | 0.33 | 0.24 |
| Hex | 32 | 29 | 52 | 27 | 32 | 0 | 44 | FD | 21 | 18 |
| Octal | 62 | 51 | 122 | 47 | 62 | 0 | 104 | 375 | 41 | 30 |
| Binary | 110010 | 101001 | 1010010 | 100111 | 110010 | 0 | 1000100 | 11111101 | 100001 | 11000 |
Color Harmonies of #322952
Complementary color
Monochromatic Colors of #322952
Black with #322952
Text Example
Text Example
White with #322952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322952; }
p { color: rgb(50,41,82); }
H1.HeaderClassName
{
color: #322952;
}
.AnyTagClassName
{
color: #322952;
}
</style>
background-color css
<style>
a { background-color: #322952; }
a { background-color: rgb(50,41,82); }
div.DivClassName
{
background-color: #322952;
}
.BgClassName
{
background-color: #322952;
}
</style>
border-color css
<style>
span { border-color: #322952; }
span { border-color: rgb(50,41,82); }
td.TdClassName
{
border-color: #322952;
}
.TagClassName
{
border-color: #322952;
}
</style>