Html Css Color HEX #50145F Scarlet Gum

📋 copy color: '#50145F'

red 80 ◦ green 20 ◦ blue 95

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

Shades of Scarlet Gum #50145F

Tints of Scarlet Gum #50145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 41.03%
G = 10.26%
B = 48.72%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50145F (or 0x50145F) is known color: Scarlet Gum. HEX triplet: 50, 14 and 5F. RGB value is (80,20,95). Sum of RGB (Red+Green+Blue) = 80+20+95=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #50145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50145F is #AFEBA0. Grayscale: #2E2E2E. Windows color (decimal): -11529121 or 6231120. OLE color: 6231120.

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

Color convert

RGB 80 20 95 -
CMYK 0.16 0.79 0 0.63
HSL 288º 0.65% 0.23% -
HSV(B) 288º 0.79% 0.37% -
XYZ 5.62 3.03 11.12 -
YUV 46.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 80 20 95 0.16 0.79 0 0.63 288 0.65 0.23
Hex 50 14 5F 10 4F 0 3F 120 41 17
Octal 120 24 137 20 117 0 77 440 101 27
Binary 1010000 10100 1011111 10000 1001111 0 111111 100100000 1000001 10111

Color Harmonies of #50145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50145F

Black with #50145F

Text Example


Text Example

White with #50145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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