#392850

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

Shades of Cherry Pie #392850

Tints of Cherry Pie #392850

Color information

#392850 (or 0x392850) is unknown color: approx Cherry Pie. HEX triplet: 39, 28 and 50. RGB value is (57,40,80). Sum of RGB (Red+Green+Blue) = 57+40+80=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #392850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392850 is #C6D7AF. Grayscale: #313131. Windows color (decimal): -13031344 or 5253177. OLE color: 5253177.

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

Color convert

RGB574080-
CMYK0.290.500.69
HSL265.5º33.33%23.53%-
HSV(B)265.5º50%31.37%-
XYZ3.892.977.96-
YUV49.64145.13133.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=32.20%
G=22.60%
B=45.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5740800.290.500.69265.533.3323.53
Hex3928501D3204510a2118
Octal7150120356201054124130
Binary1110011010001010000111011100100100010110000101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392850; }

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

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

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

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

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

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

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

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