Html Css Color HEX #50185E Scarlet Gum

📋 copy color: '#50185E'

red 80 ◦ green 24 ◦ blue 94

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

Shades of Scarlet Gum #50185E

Tints of Scarlet Gum #50185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 40.4%
G = 12.12%
B = 47.47%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50185E (or 0x50185E) is known color: Scarlet Gum. HEX triplet: 50, 18 and 5E. RGB value is (80,24,94). Sum of RGB (Red+Green+Blue) = 80+24+94=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #50185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185E is #AFE7A1. Grayscale: #303030. Windows color (decimal): -11528098 or 6166608. OLE color: 6166608.

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

Color convert

RGB 80 24 94 -
CMYK 0.15 0.74 0 0.63
HSL 288º 0.59% 0.23% -
HSV(B) 288º 0.74% 0.37% -
XYZ 5.66 3.17 10.9 -
YUV 48.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 80 24 94 0.15 0.74 0 0.63 288 0.59 0.23
Hex 50 18 5E F 4A 0 3F 120 3B 17
Octal 120 30 136 17 112 0 77 440 73 27
Binary 1010000 11000 1011110 1111 1001010 0 111111 100100000 111011 10111

Color Harmonies of #50185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50185E

Black with #50185E

Text Example


Text Example

White with #50185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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