Html Css Color HEX #50415A Scarlet Gum

📋 copy color: '#50415A'

red 80 ◦ green 65 ◦ blue 90

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

Shades of Scarlet Gum #50415A

Tints of Scarlet Gum #50415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 34.04%
G = 27.66%
B = 38.3%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50415A (or 0x50415A) is known color: Scarlet Gum. HEX triplet: 50, 41 and 5A. RGB value is (80,65,90). Sum of RGB (Red+Green+Blue) = 80+65+90=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #50415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50415A is #AFBEA5. Grayscale: #484848. Windows color (decimal): -11517606 or 5914960. OLE color: 5914960.

HSL color Cylindrical-coordinate representation of color #50415A: hue angle of 276º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50415A is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 65 90 -
CMYK 0.11 0.28 0 0.65
HSL 276º 0.16% 0.3% -
HSV(B) 276º 0.28% 0.35% -
XYZ 7.04 6.22 10.5 -
YUV 72.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 80 65 90 0.11 0.28 0 0.65 276 0.16 0.3
Hex 50 41 5A B 1C 0 41 114 10 1E
Octal 120 101 132 13 34 0 101 424 20 36
Binary 1010000 1000001 1011010 1011 11100 0 1000001 100010100 10000 11110

Color Harmonies of #50415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50415A

Black with #50415A

Text Example


Text Example

White with #50415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50415A; }

 p { color: rgb(80,65,90); }

 H1.HeaderClassName
 {
   color: #50415A;
 }
 .AnyTagClassName
 {
   color: #50415A;
 }
</style>

background-color css

<style>
 a { background-color: #50415A; }

 a { background-color: rgb(80,65,90); }

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

border-color css

<style>
 span { border-color: #50415A; }

 span { border-color: rgb(80,65,90); }

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