Shades of Cherry Pie #322955
Tints of Cherry Pie #322955
RGB
CMYK
RGB Variations
Color information
#322955 (or 0x322955) is known color: Cherry Pie. HEX triplet: 32, 29 and 55. RGB value is (50,41,85). Sum of RGB (Red+Green+Blue) = 50+41+85=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #322955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322955 is #CDD6AA. Grayscale: #303030. Windows color (decimal): -13489835 or 5581106. OLE color: 5581106.
HSL color Cylindrical-coordinate representation of color #322955: hue angle of 252.27º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322955 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 41 | 85 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.67 |
| HSL | 252.27º | 0.35% | 0.25% | - |
| HSV(B) | 252.27º | 0.52% | 0.33% | - |
| XYZ | 3.75 | 2.92 | 8.96 | - |
| YUV | 48.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 85 | 0.41 | 0.52 | 0 | 0.67 | 252.27 | 0.35 | 0.25 |
| Hex | 32 | 29 | 55 | 29 | 34 | 0 | 43 | FC | 23 | 19 |
| Octal | 62 | 51 | 125 | 51 | 64 | 0 | 103 | 374 | 43 | 31 |
| Binary | 110010 | 101001 | 1010101 | 101001 | 110100 | 0 | 1000011 | 11111100 | 100011 | 11001 |
Color Harmonies of #322955
Complementary color
Monochromatic Colors of #322955
Black with #322955
Text Example
Text Example
White with #322955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322955; }
p { color: rgb(50,41,85); }
H1.HeaderClassName
{
color: #322955;
}
.AnyTagClassName
{
color: #322955;
}
</style>
background-color css
<style>
a { background-color: #322955; }
a { background-color: rgb(50,41,85); }
div.DivClassName
{
background-color: #322955;
}
.BgClassName
{
background-color: #322955;
}
</style>
border-color css
<style>
span { border-color: #322955; }
span { border-color: rgb(50,41,85); }
td.TdClassName
{
border-color: #322955;
}
.TagClassName
{
border-color: #322955;
}
</style>