Html Css Color HEX #50295D Scarlet Gum

📋 copy color: '#50295D'

red 80 ◦ green 41 ◦ blue 93

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

Shades of Scarlet Gum #50295D

Tints of Scarlet Gum #50295D

RGB

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

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

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

R = 37.38%
G = 19.16%
B = 43.46%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50295D (or 0x50295D) is known color: Scarlet Gum. HEX triplet: 50, 29 and 5D. RGB value is (80,41,93). Sum of RGB (Red+Green+Blue) = 80+41+93=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #50295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50295D is #AFD6A2. Grayscale: #3A3A3A. Windows color (decimal): -11523747 or 6105424. OLE color: 6105424.

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

Color convert

RGB 80 41 93 -
CMYK 0.14 0.56 0 0.64
HSL 285º 0.39% 0.26% -
HSV(B) 285º 0.56% 0.36% -
XYZ 6.08 4.08 10.82 -
YUV 58.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 80 41 93 0.14 0.56 0 0.64 285 0.39 0.26
Hex 50 29 5D E 38 0 40 11D 27 1A
Octal 120 51 135 16 70 0 100 435 47 32
Binary 1010000 101001 1011101 1110 111000 0 1000000 100011101 100111 11010

Color Harmonies of #50295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50295D

Black with #50295D

Text Example


Text Example

White with #50295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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