#392955

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

Shades of Cherry Pie #392955

Tints of Cherry Pie #392955

Color information

#392955 (or 0x392955) is unknown color: approx Cherry Pie. HEX triplet: 39, 29 and 55. RGB value is (57,41,85). Sum of RGB (Red+Green+Blue) = 57+41+85=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #392955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392955 is #C6D6AA. Grayscale: #323232. Windows color (decimal): -13031083 or 5581113. OLE color: 5581113.

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

Color convert

RGB574185-
CMYK0.330.5200.67
HSL261.82º34.92%24.71%-
HSV(B)261.82º51.76%33.33%-
XYZ4.123.118.98-
YUV50.8147.3132.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=31.15%
G=22.40%
B=46.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5741850.330.5200.67261.8234.9224.71
Hex39295521340431062319
Octal7151125416401034064331
Binary11100110100110101011000011101000100001110000011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392955; }

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

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

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

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

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

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

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

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