Html Css Color HEX #392752 Cherry Pie

📋 copy color: '#392752'

red 57 ◦ green 39 ◦ blue 82

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

Shades of Cherry Pie #392752

Tints of Cherry Pie #392752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 32.02%
G = 21.91%
B = 46.07%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#392752 (or 0x392752) is known color: Cherry Pie. HEX triplet: 39, 27 and 52. RGB value is (57,39,82). Sum of RGB (Red+Green+Blue) = 57+39+82=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #392752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392752 is #C6D8AD. Grayscale: #313131. Windows color (decimal): -13031598 or 5383993. OLE color: 5383993.

HSL color Cylindrical-coordinate representation of color #392752: hue angle of 265.12º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #392752 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 39 82 -
CMYK 0.30 0.52 0 0.68
HSL 265.12º 0.36% 0.24% -
HSV(B) 265.12º 0.52% 0.32% -
XYZ 3.94 2.93 8.34 -
YUV 49.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 57 39 82 0.30 0.52 0 0.68 265.12 0.36 0.24
Hex 39 27 52 1E 34 0 44 109 24 18
Octal 71 47 122 36 64 0 104 411 44 30
Binary 111001 100111 1010010 11110 110100 0 1000100 100001001 100100 11000

Color Harmonies of #392752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392752

Black with #392752

Text Example


Text Example

White with #392752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392752; }

 p { color: rgb(57,39,82); }

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

background-color css

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

 a { background-color: rgb(57,39,82); }

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

border-color css

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

 span { border-color: rgb(57,39,82); }

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