Shades of Cherry Pie #322356
Tints of Cherry Pie #322356
RGB
CMYK
RGB Variations
Color information
#322356 (or 0x322356) is known color: Cherry Pie. HEX triplet: 32, 23 and 56. RGB value is (50,35,86). Sum of RGB (Red+Green+Blue) = 50+35+86=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #322356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322356 is #CDDCA9. Grayscale: #2D2D2D. Windows color (decimal): -13491370 or 5645106. OLE color: 5645106.
HSL color Cylindrical-coordinate representation of color #322356: hue angle of 257.65º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322356 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 35 | 86 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.66 |
| HSL | 257.65º | 0.42% | 0.24% | - |
| HSV(B) | 257.65º | 0.59% | 0.34% | - |
| XYZ | 3.6 | 2.55 | 9.11 | - |
| YUV | 45.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 86 | 0.42 | 0.59 | 0 | 0.66 | 257.65 | 0.42 | 0.24 |
| Hex | 32 | 23 | 56 | 2A | 3B | 0 | 42 | 102 | 2A | 18 |
| Octal | 62 | 43 | 126 | 52 | 73 | 0 | 102 | 402 | 52 | 30 |
| Binary | 110010 | 100011 | 1010110 | 101010 | 111011 | 0 | 1000010 | 100000010 | 101010 | 11000 |
Color Harmonies of #322356
Complementary color
Monochromatic Colors of #322356
Black with #322356
Text Example
Text Example
White with #322356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322356; }
p { color: rgb(50,35,86); }
H1.HeaderClassName
{
color: #322356;
}
.AnyTagClassName
{
color: #322356;
}
</style>
background-color css
<style>
a { background-color: #322356; }
a { background-color: rgb(50,35,86); }
div.DivClassName
{
background-color: #322356;
}
.BgClassName
{
background-color: #322356;
}
</style>
border-color css
<style>
span { border-color: #322356; }
span { border-color: rgb(50,35,86); }
td.TdClassName
{
border-color: #322356;
}
.TagClassName
{
border-color: #322356;
}
</style>