Html Css Color HEX #392950 Cherry Pie

📋 copy color: '#392950'

red 57 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #392950

Tints of Cherry Pie #392950

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

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#392950 (or 0x392950) is known color: 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

RGB 57 41 80 -
CMYK 0.29 0.49 0 0.69
HSL 264.62º 0.32% 0.24% -
HSV(B) 264.62º 0.49% 0.31% -
XYZ 3.93 3.03 7.97 -
YUV 50.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 57 41 80 0.29 0.49 0 0.69 264.62 0.32 0.24
Hex 39 29 50 1D 31 0 45 109 20 18
Octal 71 51 120 35 61 0 105 411 40 30
Binary 111001 101001 1010000 11101 110001 0 1000101 100001001 100000 11000

Color Harmonies of #392950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392950

Black with #392950

Text Example


Text Example

White with #392950

Text Example


Text Example

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