Html Css Color HEX #393250 Cherry Pie

📋 copy color: '#393250'

red 57 ◦ green 50 ◦ blue 80

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

Shades of Cherry Pie #393250

Tints of Cherry Pie #393250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 30.48%
G = 26.74%
B = 42.78%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393250 (or 0x393250) is known color: Cherry Pie. HEX triplet: 39, 32 and 50. RGB value is (57,50,80). Sum of RGB (Red+Green+Blue) = 57+50+80=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #393250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393250 is #C6CDAF. Grayscale: #373737. Windows color (decimal): -13028784 or 5255737. OLE color: 5255737.

HSL color Cylindrical-coordinate representation of color #393250: hue angle of 254º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #393250 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 50 80 -
CMYK 0.29 0.37 0 0.69
HSL 254º 0.23% 0.25% -
HSV(B) 254º 0.38% 0.31% -
XYZ 4.28 3.73 8.08 -
YUV 55.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 57 50 80 0.29 0.37 0 0.69 254 0.23 0.25
Hex 39 32 50 1D 25 0 45 FE 17 19
Octal 71 62 120 35 45 0 105 376 27 31
Binary 111001 110010 1010000 11101 100101 0 1000101 11111110 10111 11001

Color Harmonies of #393250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393250

Black with #393250

Text Example


Text Example

White with #393250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393250; }

 p { color: rgb(57,50,80); }

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

background-color css

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

 a { background-color: rgb(57,50,80); }

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

border-color css

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

 span { border-color: rgb(57,50,80); }

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