#322953

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

Shades of Cherry Pie #322953

Tints of Cherry Pie #322953

Color information

#322953 (or 0x322953) is unknown color: approx Cherry Pie. HEX triplet: 32, 29 and 53. RGB value is (50,41,83). Sum of RGB (Red+Green+Blue) = 50+41+83=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #322953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322953 is #CDD6AC. Grayscale: #303030. Windows color (decimal): -13489837 or 5450034. OLE color: 5450034.

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

Color convert

RGB504183-
CMYK0.400.5100.67
HSL252.86º33.87%24.31%-
HSV(B)252.86º50.6%32.55%-
XYZ3.672.898.55-
YUV48.48147.48129.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=28.74%
G=23.56%
B=47.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5041830.400.5100.67252.8633.8724.31
Hex3229532833043fd2218
Octal6251123506301033754230
Binary1100101010011010011101000110011010000111111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322953; }

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

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

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

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

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

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

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

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