#322753

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

Shades of Cherry Pie #322753

Tints of Cherry Pie #322753

Color information

#322753 (or 0x322753) is unknown color: approx Cherry Pie. HEX triplet: 32, 27 and 53. RGB value is (50,39,83). Sum of RGB (Red+Green+Blue) = 50+39+83=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #322753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322753 is #CDD8AC. Grayscale: #2F2F2F. Windows color (decimal): -13490349 or 5449522. OLE color: 5449522.

HSL color Cylindrical-coordinate representation of color #322753: hue angle of 255º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322753 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB503983-
CMYK0.400.5300.67
HSL255º36.07%23.92%-
HSV(B)255º53.01%32.55%-
XYZ3.62.758.53-
YUV47.3148.14129.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=29.07%
G=22.67%
B=48.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5039830.400.5300.6725536.0723.92
Hex3227532835043ff2418
Octal6247123506501033774430
Binary1100101001111010011101000110101010000111111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322753; }

 p { color: rgb(50,39,83); }

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

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

 a { background-color: rgb(50,39,83); }

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

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

 span { border-color: rgb(50,39,83); }

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