Shades of Cherry Pie #322C53
Tints of Cherry Pie #322C53
RGB
CMYK
RGB Variations
Color information
#322C53 (or 0x322C53) is known color: Cherry Pie. HEX triplet: 32, 2C and 53. RGB value is (50,44,83). Sum of RGB (Red+Green+Blue) = 50+44+83=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #322C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C53 is #CDD3AC. Grayscale: #323232. Windows color (decimal): -13489069 or 5450802. OLE color: 5450802.
HSL color Cylindrical-coordinate representation of color #322C53: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #322C53 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 44 | 83 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.67 |
| HSL | 249.23º | 0.31% | 0.25% | - |
| HSV(B) | 249.23º | 0.47% | 0.33% | - |
| XYZ | 3.78 | 3.1 | 8.58 | - |
| YUV | 50.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 83 | 0.40 | 0.47 | 0 | 0.67 | 249.23 | 0.31 | 0.25 |
| Hex | 32 | 2C | 53 | 28 | 2F | 0 | 43 | F9 | 1F | 19 |
| Octal | 62 | 54 | 123 | 50 | 57 | 0 | 103 | 371 | 37 | 31 |
| Binary | 110010 | 101100 | 1010011 | 101000 | 101111 | 0 | 1000011 | 11111001 | 11111 | 11001 |
Color Harmonies of #322C53
Complementary color
Monochromatic Colors of #322C53
Black with #322C53
Text Example
Text Example
White with #322C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C53; }
p { color: rgb(50,44,83); }
H1.HeaderClassName
{
color: #322C53;
}
.AnyTagClassName
{
color: #322C53;
}
</style>
background-color css
<style>
a { background-color: #322C53; }
a { background-color: rgb(50,44,83); }
div.DivClassName
{
background-color: #322C53;
}
.BgClassName
{
background-color: #322C53;
}
</style>
border-color css
<style>
span { border-color: #322C53; }
span { border-color: rgb(50,44,83); }
td.TdClassName
{
border-color: #322C53;
}
.TagClassName
{
border-color: #322C53;
}
</style>