#392755

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

Shades of Cherry Pie #392755

Tints of Cherry Pie #392755

Color information

#392755 (or 0x392755) is unknown color: approx Cherry Pie. HEX triplet: 39, 27 and 55. RGB value is (57,39,85). Sum of RGB (Red+Green+Blue) = 57+39+85=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #392755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392755 is #C6D8AA. Grayscale: #313131. Windows color (decimal): -13031595 or 5580601. OLE color: 5580601.

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

Color convert

RGB573985-
CMYK0.330.5400.67
HSL263.48º37.1%24.31%-
HSV(B)263.48º54.12%33.33%-
XYZ4.052.988.96-
YUV49.63147.96133.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=31.49%
G=21.55%
B=46.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5739850.330.5400.67263.4837.124.31
Hex39275521360431072518
Octal7147125416601034074530
Binary11100110011110101011000011101100100001110000011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392755; }

 p { color: rgb(57,39,85); }

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

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

 a { background-color: rgb(57,39,85); }

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

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

 span { border-color: rgb(57,39,85); }

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