Shades of Cherry Pie #322554
Tints of Cherry Pie #322554
RGB
CMYK
RGB Variations
Color information
#322554 (or 0x322554) is known color: Cherry Pie. HEX triplet: 32, 25 and 54. RGB value is (50,37,84). Sum of RGB (Red+Green+Blue) = 50+37+84=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #322554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322554 is #CDDAAB. Grayscale: #2E2E2E. Windows color (decimal): -13490860 or 5514546. OLE color: 5514546.
HSL color Cylindrical-coordinate representation of color #322554: hue angle of 256.6º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322554 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 37 | 84 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.67 |
| HSL | 256.6º | 0.39% | 0.24% | - |
| HSV(B) | 256.6º | 0.56% | 0.33% | - |
| XYZ | 3.58 | 2.64 | 8.71 | - |
| YUV | 46.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 84 | 0.40 | 0.56 | 0 | 0.67 | 256.6 | 0.39 | 0.24 |
| Hex | 32 | 25 | 54 | 28 | 38 | 0 | 43 | 101 | 27 | 18 |
| Octal | 62 | 45 | 124 | 50 | 70 | 0 | 103 | 401 | 47 | 30 |
| Binary | 110010 | 100101 | 1010100 | 101000 | 111000 | 0 | 1000011 | 100000001 | 100111 | 11000 |
Color Harmonies of #322554
Complementary color
Monochromatic Colors of #322554
Black with #322554
Text Example
Text Example
White with #322554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322554; }
p { color: rgb(50,37,84); }
H1.HeaderClassName
{
color: #322554;
}
.AnyTagClassName
{
color: #322554;
}
</style>
background-color css
<style>
a { background-color: #322554; }
a { background-color: rgb(50,37,84); }
div.DivClassName
{
background-color: #322554;
}
.BgClassName
{
background-color: #322554;
}
</style>
border-color css
<style>
span { border-color: #322554; }
span { border-color: rgb(50,37,84); }
td.TdClassName
{
border-color: #322554;
}
.TagClassName
{
border-color: #322554;
}
</style>