Html Css Color HEX #50195E Scarlet Gum

📋 copy color: '#50195E'

red 80 ◦ green 25 ◦ blue 94

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

Shades of Scarlet Gum #50195E

Tints of Scarlet Gum #50195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 40.2%
G = 12.56%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50195E (or 0x50195E) is known color: Scarlet Gum. HEX triplet: 50, 19 and 5E. RGB value is (80,25,94). Sum of RGB (Red+Green+Blue) = 80+25+94=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #50195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50195E is #AFE6A1. Grayscale: #313131. Windows color (decimal): -11527842 or 6166864. OLE color: 6166864.

HSL color Cylindrical-coordinate representation of color #50195E: hue angle of 287.83º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50195E is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 25 94 -
CMYK 0.15 0.73 0 0.63
HSL 287.83º 0.58% 0.23% -
HSV(B) 287.83º 0.73% 0.37% -
XYZ 5.68 3.21 10.91 -
YUV 49.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 80 25 94 0.15 0.73 0 0.63 287.83 0.58 0.23
Hex 50 19 5E F 49 0 3F 120 3A 17
Octal 120 31 136 17 111 0 77 440 72 27
Binary 1010000 11001 1011110 1111 1001001 0 111111 100100000 111010 10111

Color Harmonies of #50195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50195E

Black with #50195E

Text Example


Text Example

White with #50195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50195E; }

 p { color: rgb(80,25,94); }

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

background-color css

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

 a { background-color: rgb(80,25,94); }

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

border-color css

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

 span { border-color: rgb(80,25,94); }

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