Shades of Cherry Pie #322855
Tints of Cherry Pie #322855
RGB
CMYK
RGB Variations
Color information
#322855 (or 0x322855) is known color: Cherry Pie. HEX triplet: 32, 28 and 55. RGB value is (50,40,85). Sum of RGB (Red+Green+Blue) = 50+40+85=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #322855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322855 is #CDD7AA. Grayscale: #2F2F2F. Windows color (decimal): -13490091 or 5580850. OLE color: 5580850.
HSL color Cylindrical-coordinate representation of color #322855: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322855 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 40 | 85 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.67 |
| HSL | 253.33º | 0.36% | 0.25% | - |
| HSV(B) | 253.33º | 0.53% | 0.33% | - |
| XYZ | 3.71 | 2.85 | 8.95 | - |
| YUV | 48.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 85 | 0.41 | 0.53 | 0 | 0.67 | 253.33 | 0.36 | 0.25 |
| Hex | 32 | 28 | 55 | 29 | 35 | 0 | 43 | FD | 24 | 19 |
| Octal | 62 | 50 | 125 | 51 | 65 | 0 | 103 | 375 | 44 | 31 |
| Binary | 110010 | 101000 | 1010101 | 101001 | 110101 | 0 | 1000011 | 11111101 | 100100 | 11001 |
Color Harmonies of #322855
Complementary color
Monochromatic Colors of #322855
Black with #322855
Text Example
Text Example
White with #322855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322855; }
p { color: rgb(50,40,85); }
H1.HeaderClassName
{
color: #322855;
}
.AnyTagClassName
{
color: #322855;
}
</style>
background-color css
<style>
a { background-color: #322855; }
a { background-color: rgb(50,40,85); }
div.DivClassName
{
background-color: #322855;
}
.BgClassName
{
background-color: #322855;
}
</style>
border-color css
<style>
span { border-color: #322855; }
span { border-color: rgb(50,40,85); }
td.TdClassName
{
border-color: #322855;
}
.TagClassName
{
border-color: #322855;
}
</style>