Html Css Color HEX #392C59 Cherry Pie

📋 copy color: '#392C59'

red 57 ◦ green 44 ◦ blue 89

#392C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #392C59

Tints of Cherry Pie #392C59

RGB

 RED value IS 57 (22.66% from 255) = 30%

 GREEN value IS 44 (17.58% from 255) = 23.16%

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 30%
G = 23.16%
B = 46.84%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#392C59 (or 0x392C59) is known color: Cherry Pie. HEX triplet: 39, 2C and 59. RGB value is (57,44,89). Sum of RGB (Red+Green+Blue) = 57+44+89=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #392C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C59 is #C6D3A6. Grayscale: #343434. Windows color (decimal): -13030311 or 5844025. OLE color: 5844025.

HSL color Cylindrical-coordinate representation of color #392C59: hue angle of 257.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392C59 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 44 89 -
CMYK 0.36 0.51 0 0.65
HSL 257.33º 0.34% 0.26% -
HSV(B) 257.33º 0.51% 0.35% -
XYZ 4.39 3.39 9.87 -
YUV 53.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 57 44 89 0.36 0.51 0 0.65 257.33 0.34 0.26
Hex 39 2C 59 24 33 0 41 101 22 1A
Octal 71 54 131 44 63 0 101 401 42 32
Binary 111001 101100 1011001 100100 110011 0 1000001 100000001 100010 11010

Color Harmonies of #392C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C59

Black with #392C59

Text Example


Text Example

White with #392C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,44,89); }

 H1.HeaderClassName
 {
   color: #392C59;
 }
 .AnyTagClassName
 {
   color: #392C59;
 }
</style>

background-color css

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

 a { background-color: rgb(57,44,89); }

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

border-color css

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

 span { border-color: rgb(57,44,89); }

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