Html Css Color HEX #50395D Scarlet Gum

📋 copy color: '#50395D'

red 80 ◦ green 57 ◦ blue 93

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

Shades of Scarlet Gum #50395D

Tints of Scarlet Gum #50395D

RGB

 RED value IS 80 (31.64% from 255) = 34.78%

 GREEN value IS 57 (22.66% from 255) = 24.78%

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 34.78%
G = 24.78%
B = 40.43%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50395D (or 0x50395D) is known color: Scarlet Gum. HEX triplet: 50, 39 and 5D. RGB value is (80,57,93). Sum of RGB (Red+Green+Blue) = 80+57+93=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #50395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50395D is #AFC6A2. Grayscale: #434343. Windows color (decimal): -11519651 or 6109520. OLE color: 6109520.

HSL color Cylindrical-coordinate representation of color #50395D: hue angle of 278.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50395D is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 57 93 -
CMYK 0.14 0.39 0 0.64
HSL 278.33º 0.24% 0.29% -
HSV(B) 278.33º 0.39% 0.36% -
XYZ 6.75 5.42 11.05 -
YUV 67.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 80 57 93 0.14 0.39 0 0.64 278.33 0.24 0.29
Hex 50 39 5D E 27 0 40 116 18 1D
Octal 120 71 135 16 47 0 100 426 30 35
Binary 1010000 111001 1011101 1110 100111 0 1000000 100010110 11000 11101

Color Harmonies of #50395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50395D

Black with #50395D

Text Example


Text Example

White with #50395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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