#392950

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

Shades of Cherry Pie #392950

Tints of Cherry Pie #392950

Color information

#392950 (or 0x392950) is unknown color: approx Cherry Pie. HEX triplet: 39, 29 and 50. RGB value is (57,41,80). Sum of RGB (Red+Green+Blue) = 57+41+80=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #392950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392950 is #C6D6AF. Grayscale: #323232. Windows color (decimal): -13031088 or 5253433. OLE color: 5253433.

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

Color convert

RGB574180-
CMYK0.290.4900.69
HSL264.62º32.23%23.73%-
HSV(B)264.62º48.75%31.37%-
XYZ3.933.037.97-
YUV50.23144.8132.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=32.02%
G=23.03%
B=44.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5741800.290.4900.69264.6232.2323.73
Hex3929501D310451092018
Octal7151120356101054114030
Binary1110011010011010000111011100010100010110000100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392950; }

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

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

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

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

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

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

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

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