Shades of Cherry Pie #322951
Tints of Cherry Pie #322951
RGB
CMYK
RGB Variations
Color information
#322951 (or 0x322951) is known color: Cherry Pie. HEX triplet: 32, 29 and 51. RGB value is (50,41,81). Sum of RGB (Red+Green+Blue) = 50+41+81=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #322951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322951 is #CDD6AE. Grayscale: #303030. Windows color (decimal): -13489839 or 5318962. OLE color: 5318962.
HSL color Cylindrical-coordinate representation of color #322951: hue angle of 253.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #322951 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 41 | 81 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.68 |
| HSL | 253.5º | 0.33% | 0.24% | - |
| HSV(B) | 253.5º | 0.49% | 0.32% | - |
| XYZ | 3.59 | 2.86 | 8.15 | - |
| YUV | 48.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 81 | 0.38 | 0.49 | 0 | 0.68 | 253.5 | 0.33 | 0.24 |
| Hex | 32 | 29 | 51 | 26 | 31 | 0 | 44 | FE | 21 | 18 |
| Octal | 62 | 51 | 121 | 46 | 61 | 0 | 104 | 376 | 41 | 30 |
| Binary | 110010 | 101001 | 1010001 | 100110 | 110001 | 0 | 1000100 | 11111110 | 100001 | 11000 |
Color Harmonies of #322951
Complementary color
Monochromatic Colors of #322951
Black with #322951
Text Example
Text Example
White with #322951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322951; }
p { color: rgb(50,41,81); }
H1.HeaderClassName
{
color: #322951;
}
.AnyTagClassName
{
color: #322951;
}
</style>
background-color css
<style>
a { background-color: #322951; }
a { background-color: rgb(50,41,81); }
div.DivClassName
{
background-color: #322951;
}
.BgClassName
{
background-color: #322951;
}
</style>
border-color css
<style>
span { border-color: #322951; }
span { border-color: rgb(50,41,81); }
td.TdClassName
{
border-color: #322951;
}
.TagClassName
{
border-color: #322951;
}
</style>