Html Css Color HEX #392D50 Cherry Pie

📋 copy color: '#392D50'

red 57 ◦ green 45 ◦ blue 80

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

Shades of Cherry Pie #392D50

Tints of Cherry Pie #392D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.73%

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 31.32%
G = 24.73%
B = 43.96%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#392D50 (or 0x392D50) is known color: Cherry Pie. HEX triplet: 39, 2D and 50. RGB value is (57,45,80). Sum of RGB (Red+Green+Blue) = 57+45+80=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #392D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D50 is #C6D2AF. Grayscale: #343434. Windows color (decimal): -13030064 or 5254457. OLE color: 5254457.

HSL color Cylindrical-coordinate representation of color #392D50: hue angle of 260.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392D50 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 45 80 -
CMYK 0.29 0.44 0 0.69
HSL 260.57º 0.28% 0.25% -
HSV(B) 260.57º 0.44% 0.31% -
XYZ 4.07 3.33 8.02 -
YUV 52.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 57 45 80 0.29 0.44 0 0.69 260.57 0.28 0.25
Hex 39 2D 50 1D 2C 0 45 105 1C 19
Octal 71 55 120 35 54 0 105 405 34 31
Binary 111001 101101 1010000 11101 101100 0 1000101 100000101 11100 11001

Color Harmonies of #392D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D50

Black with #392D50

Text Example


Text Example

White with #392D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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