Html Css Color HEX #392953 Cherry Pie

📋 copy color: '#392953'

red 57 ◦ green 41 ◦ blue 83

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

Shades of Cherry Pie #392953

Tints of Cherry Pie #392953

RGB

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

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

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

R = 31.49%
G = 22.65%
B = 45.86%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#392953 (or 0x392953) is known color: Cherry Pie. HEX triplet: 39, 29 and 53. RGB value is (57,41,83). Sum of RGB (Red+Green+Blue) = 57+41+83=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #392953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392953 is #C6D6AC. Grayscale: #323232. Windows color (decimal): -13031085 or 5450041. OLE color: 5450041.

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

Color convert

RGB 57 41 83 -
CMYK 0.31 0.51 0 0.67
HSL 262.86º 0.34% 0.24% -
HSV(B) 262.86º 0.51% 0.33% -
XYZ 4.04 3.08 8.57 -
YUV 50.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 57 41 83 0.31 0.51 0 0.67 262.86 0.34 0.24
Hex 39 29 53 1F 33 0 43 107 22 18
Octal 71 51 123 37 63 0 103 407 42 30
Binary 111001 101001 1010011 11111 110011 0 1000011 100000111 100010 11000

Color Harmonies of #392953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392953

Black with #392953

Text Example


Text Example

White with #392953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392953; }

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

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

background-color css

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

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

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

border-color css

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

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

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