Shades of Cherry Pie #322850
Tints of Cherry Pie #322850
RGB
CMYK
RGB Variations
Color information
#322850 (or 0x322850) is known color: Cherry Pie. HEX triplet: 32, 28 and 50. RGB value is (50,40,80). Sum of RGB (Red+Green+Blue) = 50+40+80=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #322850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322850 is #CDD7AF. Grayscale: #2F2F2F. Windows color (decimal): -13490096 or 5253170. OLE color: 5253170.
HSL color Cylindrical-coordinate representation of color #322850: hue angle of 255º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322850 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 40 | 80 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.69 |
| HSL | 255º | 0.33% | 0.24% | - |
| HSV(B) | 255º | 0.5% | 0.31% | - |
| XYZ | 3.52 | 2.77 | 7.94 | - |
| YUV | 47.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 80 | 0.37 | 0.5 | 0 | 0.69 | 255 | 0.33 | 0.24 |
| Hex | 32 | 28 | 50 | 25 | 32 | 0 | 45 | FF | 21 | 18 |
| Octal | 62 | 50 | 120 | 45 | 62 | 0 | 105 | 377 | 41 | 30 |
| Binary | 110010 | 101000 | 1010000 | 100101 | 110010 | 0 | 1000101 | 11111111 | 100001 | 11000 |
Color Harmonies of #322850
Complementary color
Monochromatic Colors of #322850
Black with #322850
Text Example
Text Example
White with #322850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322850; }
p { color: rgb(50,40,80); }
H1.HeaderClassName
{
color: #322850;
}
.AnyTagClassName
{
color: #322850;
}
</style>
background-color css
<style>
a { background-color: #322850; }
a { background-color: rgb(50,40,80); }
div.DivClassName
{
background-color: #322850;
}
.BgClassName
{
background-color: #322850;
}
</style>
border-color css
<style>
span { border-color: #322850; }
span { border-color: rgb(50,40,80); }
td.TdClassName
{
border-color: #322850;
}
.TagClassName
{
border-color: #322850;
}
</style>