Shades of Cherry Pie #322C52
Tints of Cherry Pie #322C52
RGB
CMYK
RGB Variations
Color information
#322C52 (or 0x322C52) is known color: Cherry Pie. HEX triplet: 32, 2C and 52. RGB value is (50,44,82). Sum of RGB (Red+Green+Blue) = 50+44+82=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #322C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C52 is #CDD3AD. Grayscale: #313131. Windows color (decimal): -13489070 or 5385266. OLE color: 5385266.
HSL color Cylindrical-coordinate representation of color #322C52: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322C52 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 44 | 82 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.68 |
| HSL | 249.47º | 0.3% | 0.25% | - |
| HSV(B) | 249.47º | 0.46% | 0.32% | - |
| XYZ | 3.74 | 3.09 | 8.38 | - |
| YUV | 50.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 82 | 0.39 | 0.46 | 0 | 0.68 | 249.47 | 0.3 | 0.25 |
| Hex | 32 | 2C | 52 | 27 | 2E | 0 | 44 | F9 | 1E | 19 |
| Octal | 62 | 54 | 122 | 47 | 56 | 0 | 104 | 371 | 36 | 31 |
| Binary | 110010 | 101100 | 1010010 | 100111 | 101110 | 0 | 1000100 | 11111001 | 11110 | 11001 |
Color Harmonies of #322C52
Complementary color
Monochromatic Colors of #322C52
Black with #322C52
Text Example
Text Example
White with #322C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C52; }
p { color: rgb(50,44,82); }
H1.HeaderClassName
{
color: #322C52;
}
.AnyTagClassName
{
color: #322C52;
}
</style>
background-color css
<style>
a { background-color: #322C52; }
a { background-color: rgb(50,44,82); }
div.DivClassName
{
background-color: #322C52;
}
.BgClassName
{
background-color: #322C52;
}
</style>
border-color css
<style>
span { border-color: #322C52; }
span { border-color: rgb(50,44,82); }
td.TdClassName
{
border-color: #322C52;
}
.TagClassName
{
border-color: #322C52;
}
</style>