#352753

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

Shades of Cherry Pie #352753

Tints of Cherry Pie #352753

Color information

#352753 (or 0x352753) is unknown color: approx Cherry Pie. HEX triplet: 35, 27 and 53. RGB value is (53,39,83). Sum of RGB (Red+Green+Blue) = 53+39+83=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #352753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352753 is #CAD8AC. Grayscale: #303030. Windows color (decimal): -13293741 or 5449525. OLE color: 5449525.

HSL color Cylindrical-coordinate representation of color #352753: hue angle of 259.09º 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 #352753 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB533983-
CMYK0.360.5300.67
HSL259.09º36.07%23.92%-
HSV(B)259.09º53.01%32.55%-
XYZ3.762.838.53-
YUV48.2147.64131.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=30.29%
G=22.29%
B=47.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5339830.360.5300.67259.0936.0723.92
Hex35275324350431032418
Octal6547123446501034034430
Binary11010110011110100111001001101010100001110000001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352753; }

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

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

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

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

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

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

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

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