Html Css Color HEX #392955 Cherry Pie

📋 copy color: '#392955'

red 57 ◦ green 41 ◦ blue 85

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

Shades of Cherry Pie #392955

Tints of Cherry Pie #392955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 31.15%
G = 22.4%
B = 46.45%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#392955 (or 0x392955) is known color: Cherry Pie. HEX triplet: 39, 29 and 55. RGB value is (57,41,85). Sum of RGB (Red+Green+Blue) = 57+41+85=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #392955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392955 is #C6D6AA. Grayscale: #323232. Windows color (decimal): -13031083 or 5581113. OLE color: 5581113.

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

Color convert

RGB 57 41 85 -
CMYK 0.33 0.52 0 0.67
HSL 261.82º 0.35% 0.25% -
HSV(B) 261.82º 0.52% 0.33% -
XYZ 4.12 3.11 8.98 -
YUV 50.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 57 41 85 0.33 0.52 0 0.67 261.82 0.35 0.25
Hex 39 29 55 21 34 0 43 106 23 19
Octal 71 51 125 41 64 0 103 406 43 31
Binary 111001 101001 1010101 100001 110100 0 1000011 100000110 100011 11001

Color Harmonies of #392955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392955

Black with #392955

Text Example


Text Example

White with #392955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392955; }

 p { color: rgb(57,41,85); }

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

background-color css

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

 a { background-color: rgb(57,41,85); }

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

border-color css

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

 span { border-color: rgb(57,41,85); }

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