Html Css Color HEX #393153 Cherry Pie

📋 copy color: '#393153'

red 57 ◦ green 49 ◦ blue 83

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

Shades of Cherry Pie #393153

Tints of Cherry Pie #393153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

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

R = 30.16%
G = 25.93%
B = 43.92%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393153 (or 0x393153) is known color: Cherry Pie. HEX triplet: 39, 31 and 53. RGB value is (57,49,83). Sum of RGB (Red+Green+Blue) = 57+49+83=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #393153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393153 is #C6CEAC. Grayscale: #373737. Windows color (decimal): -13029037 or 5452089. OLE color: 5452089.

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

Color convert

RGB 57 49 83 -
CMYK 0.31 0.41 0 0.67
HSL 254.12º 0.26% 0.26% -
HSV(B) 254.12º 0.41% 0.33% -
XYZ 4.35 3.69 8.67 -
YUV 55.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 57 49 83 0.31 0.41 0 0.67 254.12 0.26 0.26
Hex 39 31 53 1F 29 0 43 FE 1A 1A
Octal 71 61 123 37 51 0 103 376 32 32
Binary 111001 110001 1010011 11111 101001 0 1000011 11111110 11010 11010

Color Harmonies of #393153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393153

Black with #393153

Text Example


Text Example

White with #393153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393153; }

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

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

background-color css

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

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

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

border-color css

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

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

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