Html Css Color HEX #50315B Scarlet Gum

📋 copy color: '#50315B'

red 80 ◦ green 49 ◦ blue 91

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

Shades of Scarlet Gum #50315B

Tints of Scarlet Gum #50315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 36.36%
G = 22.27%
B = 41.36%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50315B (or 0x50315B) is known color: Scarlet Gum. HEX triplet: 50, 31 and 5B. RGB value is (80,49,91). Sum of RGB (Red+Green+Blue) = 80+49+91=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #50315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50315B is #AFCEA4. Grayscale: #3E3E3E. Windows color (decimal): -11521701 or 5976400. OLE color: 5976400.

HSL color Cylindrical-coordinate representation of color #50315B: hue angle of 284.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50315B is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 49 91 -
CMYK 0.12 0.46 0 0.64
HSL 284.29º 0.3% 0.27% -
HSV(B) 284.29º 0.46% 0.36% -
XYZ 6.29 4.66 10.46 -
YUV 63.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 80 49 91 0.12 0.46 0 0.64 284.29 0.3 0.27
Hex 50 31 5B C 2E 0 40 11C 1E 1B
Octal 120 61 133 14 56 0 100 434 36 33
Binary 1010000 110001 1011011 1100 101110 0 1000000 100011100 11110 11011

Color Harmonies of #50315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50315B

Black with #50315B

Text Example


Text Example

White with #50315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50315B; }

 p { color: rgb(80,49,91); }

 H1.HeaderClassName
 {
   color: #50315B;
 }
 .AnyTagClassName
 {
   color: #50315B;
 }
</style>

background-color css

<style>
 a { background-color: #50315B; }

 a { background-color: rgb(80,49,91); }

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

border-color css

<style>
 span { border-color: #50315B; }

 span { border-color: rgb(80,49,91); }

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