Html Css Color HEX #50185F Scarlet Gum

📋 copy color: '#50185F'

red 80 ◦ green 24 ◦ blue 95

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

Shades of Scarlet Gum #50185F

Tints of Scarlet Gum #50185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 40.2%
G = 12.06%
B = 47.74%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50185F (or 0x50185F) is known color: Scarlet Gum. HEX triplet: 50, 18 and 5F. RGB value is (80,24,95). Sum of RGB (Red+Green+Blue) = 80+24+95=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #50185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185F is #AFE7A0. Grayscale: #303030. Windows color (decimal): -11528097 or 6232144. OLE color: 6232144.

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

Color convert

RGB 80 24 95 -
CMYK 0.16 0.75 0 0.63
HSL 287.32º 0.6% 0.23% -
HSV(B) 287.32º 0.75% 0.37% -
XYZ 5.7 3.18 11.14 -
YUV 48.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 80 24 95 0.16 0.75 0 0.63 287.32 0.6 0.23
Hex 50 18 5F 10 4B 0 3F 11F 3C 17
Octal 120 30 137 20 113 0 77 437 74 27
Binary 1010000 11000 1011111 10000 1001011 0 111111 100011111 111100 10111

Color Harmonies of #50185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50185F

Black with #50185F

Text Example


Text Example

White with #50185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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