Html Css Color HEX #392C53 Cherry Pie

📋 copy color: '#392C53'

red 57 ◦ green 44 ◦ blue 83

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

Shades of Cherry Pie #392C53

Tints of Cherry Pie #392C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 30.98%
G = 23.91%
B = 45.11%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#392C53 (or 0x392C53) is known color: Cherry Pie. HEX triplet: 39, 2C and 53. RGB value is (57,44,83). Sum of RGB (Red+Green+Blue) = 57+44+83=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #392C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C53 is #C6D3AC. Grayscale: #343434. Windows color (decimal): -13030317 or 5450809. OLE color: 5450809.

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

Color convert

RGB 57 44 83 -
CMYK 0.31 0.47 0 0.67
HSL 260º 0.31% 0.25% -
HSV(B) 260º 0.47% 0.33% -
XYZ 4.15 3.3 8.6 -
YUV 52.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 57 44 83 0.31 0.47 0 0.67 260 0.31 0.25
Hex 39 2C 53 1F 2F 0 43 104 1F 19
Octal 71 54 123 37 57 0 103 404 37 31
Binary 111001 101100 1010011 11111 101111 0 1000011 100000100 11111 11001

Color Harmonies of #392C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C53

Black with #392C53

Text Example


Text Example

White with #392C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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