#392D56

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

Shades of Cherry Pie #392D56

Tints of Cherry Pie #392D56

Color information

#392D56 (or 0x392D56) is unknown color: approx Cherry Pie. HEX triplet: 39, 2D and 56. RGB value is (57,45,86). Sum of RGB (Red+Green+Blue) = 57+45+86=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #392D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D56 is #C6D2A9. Grayscale: #353535. Windows color (decimal): -13030058 or 5647673. OLE color: 5647673.

HSL color Cylindrical-coordinate representation of color #392D56: hue angle of 257.56º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #392D56 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB574586-
CMYK0.340.4800.66
HSL257.56º31.3%25.69%-
HSV(B)257.56º47.67%33.73%-
XYZ4.313.429.24-
YUV53.26146.48130.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=30.32%
G=23.94%
B=45.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5745860.340.4800.66257.5631.325.69
Hex392D5622300421021f1a
Octal7155126426001024023732
Binary1110011011011010110100010110000010000101000000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D56; }

 p { color: rgb(57,45,86); }

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

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

 a { background-color: rgb(57,45,86); }

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

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

 span { border-color: rgb(57,45,86); }

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