#322856

Color #322856 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #322856

Tints of Cherry Pie #322856

Color information

#322856 (or 0x322856) is unknown color: approx Cherry Pie. HEX triplet: 32, 28 and 56. RGB value is (50,40,86). Sum of RGB (Red+Green+Blue) = 50+40+86=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #322856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322856 is #CDD7A9. Grayscale: #303030. Windows color (decimal): -13490090 or 5646386. OLE color: 5646386.

HSL color Cylindrical-coordinate representation of color #322856: hue angle of 253.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322856 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB504086-
CMYK0.420.5300.66
HSL253.04º36.51%24.71%-
HSV(B)253.04º53.49%33.73%-
XYZ3.752.879.16-
YUV48.23149.31129.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=28.41%
G=22.73%
B=48.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5040860.420.5300.66253.0436.5124.71
Hex3228562A35042fd2519
Octal6250126526501023754531
Binary1100101010001010110101010110101010000101111110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322856; }

 p { color: rgb(50,40,86); }

 H1.HeaderClassName
 {
   color: #322856;
 }
 .AnyTagClassName
 {
   color: #322856;
 }
</style>
background-color css

<style>
 a { background-color: #322856; }

 a { background-color: rgb(50,40,86); }

 div.DivClassName
 {
   background-color: #322856;
 }
 .BgClassName
 {
   background-color: #322856;
 }
</style>
border-color css

<style>
 span { border-color: #322856; }

 span { border-color: rgb(50,40,86); }

 td.TdClassName
 {
   border-color: #322856;
 }
 .TagClassName
 {
   border-color: #322856;
 }
</style>