Html Css Color HEX #50405A Scarlet Gum

📋 copy color: '#50405A'

red 80 ◦ green 64 ◦ blue 90

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

Shades of Scarlet Gum #50405A

Tints of Scarlet Gum #50405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

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

R = 34.19%
G = 27.35%
B = 38.46%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50405A (or 0x50405A) is known color: Scarlet Gum. HEX triplet: 50, 40 and 5A. RGB value is (80,64,90). Sum of RGB (Red+Green+Blue) = 80+64+90=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #50405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50405A is #AFBFA5. Grayscale: #474747. Windows color (decimal): -11517862 or 5914704. OLE color: 5914704.

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

Color convert

RGB 80 64 90 -
CMYK 0.11 0.29 0 0.65
HSL 276.92º 0.17% 0.3% -
HSV(B) 276.92º 0.29% 0.35% -
XYZ 6.99 6.11 10.48 -
YUV 71.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 80 64 90 0.11 0.29 0 0.65 276.92 0.17 0.3
Hex 50 40 5A B 1D 0 41 115 11 1E
Octal 120 100 132 13 35 0 101 425 21 36
Binary 1010000 1000000 1011010 1011 11101 0 1000001 100010101 10001 11110

Color Harmonies of #50405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50405A

Black with #50405A

Text Example


Text Example

White with #50405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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