Shades of Cherry Pie #322856
Tints of Cherry Pie #322856
RGB
CMYK
RGB Variations
Color information
#322856 (or 0x322856) is known color: Cherry Pie. HEX triplet: 32, 28 and 56. RGB value is (50,40,86). Sum of RGB (Red+Green+Blue) = 50+40+86=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #322856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322856 is #CDD7A9. Grayscale: #303030. Windows color (decimal): -13490090 or 5646386. OLE color: 5646386.
HSL color Cylindrical-coordinate representation of color #322856: hue angle of 253.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322856 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 40 | 86 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.66 |
| HSL | 253.04º | 0.37% | 0.25% | - |
| HSV(B) | 253.04º | 0.53% | 0.34% | - |
| XYZ | 3.75 | 2.87 | 9.16 | - |
| YUV | 48.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 86 | 0.42 | 0.53 | 0 | 0.66 | 253.04 | 0.37 | 0.25 |
| Hex | 32 | 28 | 56 | 2A | 35 | 0 | 42 | FD | 25 | 19 |
| Octal | 62 | 50 | 126 | 52 | 65 | 0 | 102 | 375 | 45 | 31 |
| Binary | 110010 | 101000 | 1010110 | 101010 | 110101 | 0 | 1000010 | 11111101 | 100101 | 11001 |
Color Harmonies of #322856
Complementary color
Monochromatic Colors of #322856
Black with #322856
Text Example
Text Example
White with #322856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322856; }
p { color: rgb(50,40,86); }
H1.HeaderClassName
{
color: #322856;
}
.AnyTagClassName
{
color: #322856;
}
</style>
background-color css
<style>
a { background-color: #322856; }
a { background-color: rgb(50,40,86); }
div.DivClassName
{
background-color: #322856;
}
.BgClassName
{
background-color: #322856;
}
</style>
border-color css
<style>
span { border-color: #322856; }
span { border-color: rgb(50,40,86); }
td.TdClassName
{
border-color: #322856;
}
.TagClassName
{
border-color: #322856;
}
</style>