Shades of Cherry Pie #322953
Tints of Cherry Pie #322953
RGB
CMYK
RGB Variations
Color information
#322953 (or 0x322953) is known color: Cherry Pie. HEX triplet: 32, 29 and 53. RGB value is (50,41,83). Sum of RGB (Red+Green+Blue) = 50+41+83=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #322953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322953 is #CDD6AC. Grayscale: #303030. Windows color (decimal): -13489837 or 5450034. OLE color: 5450034.
HSL color Cylindrical-coordinate representation of color #322953: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #322953 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 41 | 83 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.67 |
| HSL | 252.86º | 0.34% | 0.24% | - |
| HSV(B) | 252.86º | 0.51% | 0.33% | - |
| XYZ | 3.67 | 2.89 | 8.55 | - |
| YUV | 48.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 83 | 0.40 | 0.51 | 0 | 0.67 | 252.86 | 0.34 | 0.24 |
| Hex | 32 | 29 | 53 | 28 | 33 | 0 | 43 | FD | 22 | 18 |
| Octal | 62 | 51 | 123 | 50 | 63 | 0 | 103 | 375 | 42 | 30 |
| Binary | 110010 | 101001 | 1010011 | 101000 | 110011 | 0 | 1000011 | 11111101 | 100010 | 11000 |
Color Harmonies of #322953
Complementary color
Monochromatic Colors of #322953
Black with #322953
Text Example
Text Example
White with #322953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322953; }
p { color: rgb(50,41,83); }
H1.HeaderClassName
{
color: #322953;
}
.AnyTagClassName
{
color: #322953;
}
</style>
background-color css
<style>
a { background-color: #322953; }
a { background-color: rgb(50,41,83); }
div.DivClassName
{
background-color: #322953;
}
.BgClassName
{
background-color: #322953;
}
</style>
border-color css
<style>
span { border-color: #322953; }
span { border-color: rgb(50,41,83); }
td.TdClassName
{
border-color: #322953;
}
.TagClassName
{
border-color: #322953;
}
</style>