Html Css Color HEX #50245D Scarlet Gum

📋 copy color: '#50245D'

red 80 ◦ green 36 ◦ blue 93

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

Shades of Scarlet Gum #50245D

Tints of Scarlet Gum #50245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 38.28%
G = 17.22%
B = 44.5%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50245D (or 0x50245D) is known color: Scarlet Gum. HEX triplet: 50, 24 and 5D. RGB value is (80,36,93). Sum of RGB (Red+Green+Blue) = 80+36+93=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #50245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50245D is #AFDBA2. Grayscale: #373737. Windows color (decimal): -11525027 or 6104144. OLE color: 6104144.

HSL color Cylindrical-coordinate representation of color #50245D: hue angle of 286.32º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50245D is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 36 93 -
CMYK 0.14 0.61 0 0.64
HSL 286.32º 0.44% 0.25% -
HSV(B) 286.32º 0.61% 0.36% -
XYZ 5.91 3.76 10.77 -
YUV 55.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 80 36 93 0.14 0.61 0 0.64 286.32 0.44 0.25
Hex 50 24 5D E 3D 0 40 11E 2C 19
Octal 120 44 135 16 75 0 100 436 54 31
Binary 1010000 100100 1011101 1110 111101 0 1000000 100011110 101100 11001

Color Harmonies of #50245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50245D

Black with #50245D

Text Example


Text Example

White with #50245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50245D; }

 p { color: rgb(80,36,93); }

 H1.HeaderClassName
 {
   color: #50245D;
 }
 .AnyTagClassName
 {
   color: #50245D;
 }
</style>

background-color css

<style>
 a { background-color: #50245D; }

 a { background-color: rgb(80,36,93); }

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

border-color css

<style>
 span { border-color: #50245D; }

 span { border-color: rgb(80,36,93); }

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