Shades of Cherry Pie #322854
Tints of Cherry Pie #322854
RGB
CMYK
RGB Variations
Color information
#322854 (or 0x322854) is known color: Cherry Pie. HEX triplet: 32, 28 and 54. RGB value is (50,40,84). Sum of RGB (Red+Green+Blue) = 50+40+84=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #322854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322854 is #CDD7AB. Grayscale: #2F2F2F. Windows color (decimal): -13490092 or 5515314. OLE color: 5515314.
HSL color Cylindrical-coordinate representation of color #322854: hue angle of 253.64º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322854 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 40 | 84 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.67 |
| HSL | 253.64º | 0.35% | 0.24% | - |
| HSV(B) | 253.64º | 0.52% | 0.33% | - |
| XYZ | 3.67 | 2.84 | 8.74 | - |
| YUV | 48.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 84 | 0.40 | 0.52 | 0 | 0.67 | 253.64 | 0.35 | 0.24 |
| Hex | 32 | 28 | 54 | 28 | 34 | 0 | 43 | FE | 23 | 18 |
| Octal | 62 | 50 | 124 | 50 | 64 | 0 | 103 | 376 | 43 | 30 |
| Binary | 110010 | 101000 | 1010100 | 101000 | 110100 | 0 | 1000011 | 11111110 | 100011 | 11000 |
Color Harmonies of #322854
Complementary color
Monochromatic Colors of #322854
Black with #322854
Text Example
Text Example
White with #322854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322854; }
p { color: rgb(50,40,84); }
H1.HeaderClassName
{
color: #322854;
}
.AnyTagClassName
{
color: #322854;
}
</style>
background-color css
<style>
a { background-color: #322854; }
a { background-color: rgb(50,40,84); }
div.DivClassName
{
background-color: #322854;
}
.BgClassName
{
background-color: #322854;
}
</style>
border-color css
<style>
span { border-color: #322854; }
span { border-color: rgb(50,40,84); }
td.TdClassName
{
border-color: #322854;
}
.TagClassName
{
border-color: #322854;
}
</style>