#393150

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

Shades of Cherry Pie #393150

Tints of Cherry Pie #393150

Color information

#393150 (or 0x393150) is unknown color: approx Cherry Pie. HEX triplet: 39, 31 and 50. RGB value is (57,49,80). Sum of RGB (Red+Green+Blue) = 57+49+80=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #393150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393150 is #C6CEAF. Grayscale: #363636. Windows color (decimal): -13029040 or 5255481. OLE color: 5255481.

HSL color Cylindrical-coordinate representation of color #393150: hue angle of 255.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #393150 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB574980-
CMYK0.290.3900.69
HSL255.48º24.03%25.29%-
HSV(B)255.48º38.75%31.37%-
XYZ4.233.658.07-
YUV54.93142.15129.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=30.65%
G=26.34%
B=43.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5749800.290.3900.69255.4824.0325.29
Hex3931501D27045ff1819
Octal7161120354701053773031
Binary11100111000110100001110110011101000101111111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393150; }

 p { color: rgb(57,49,80); }

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

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

 a { background-color: rgb(57,49,80); }

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

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

 span { border-color: rgb(57,49,80); }

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