Html Css Color HEX #392D56 Cherry Pie

📋 copy color: '#392D56'

red 57 ◦ green 45 ◦ blue 86

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

Shades of Cherry Pie #392D56

Tints of Cherry Pie #392D56

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 value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#392D56 (or 0x392D56) is known color: 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

RGB 57 45 86 -
CMYK 0.34 0.48 0 0.66
HSL 257.56º 0.31% 0.26% -
HSV(B) 257.56º 0.48% 0.34% -
XYZ 4.31 3.42 9.24 -
YUV 53.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 57 45 86 0.34 0.48 0 0.66 257.56 0.31 0.26
Hex 39 2D 56 22 30 0 42 102 1F 1A
Octal 71 55 126 42 60 0 102 402 37 32
Binary 111001 101101 1010110 100010 110000 0 1000010 100000010 11111 11010

Color Harmonies of #392D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D56

Black with #392D56

Text Example


Text Example

White with #392D56

Text Example


Text Example

HTML Codes & Css Web 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>