Html Css Color HEX #50295C Scarlet Gum

📋 copy color: '#50295C'

red 80 ◦ green 41 ◦ blue 92

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

Shades of Scarlet Gum #50295C

Tints of Scarlet Gum #50295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 92 (36.33% from 255) = 43.19%

R = 37.56%
G = 19.25%
B = 43.19%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50295C (or 0x50295C) is known color: Scarlet Gum. HEX triplet: 50, 29 and 5C. RGB value is (80,41,92). Sum of RGB (Red+Green+Blue) = 80+41+92=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #50295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50295C is #AFD6A3. Grayscale: #3A3A3A. Windows color (decimal): -11523748 or 6039888. OLE color: 6039888.

HSL color Cylindrical-coordinate representation of color #50295C: hue angle of 285.88º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50295C is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 41 92 -
CMYK 0.13 0.55 0 0.64
HSL 285.88º 0.38% 0.26% -
HSV(B) 285.88º 0.55% 0.36% -
XYZ 6.03 4.06 10.59 -
YUV 58.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 80 41 92 0.13 0.55 0 0.64 285.88 0.38 0.26
Hex 50 29 5C D 37 0 40 11E 26 1A
Octal 120 51 134 15 67 0 100 436 46 32
Binary 1010000 101001 1011100 1101 110111 0 1000000 100011110 100110 11010

Color Harmonies of #50295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50295C

Black with #50295C

Text Example


Text Example

White with #50295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50295C; }

 p { color: rgb(80,41,92); }

 H1.HeaderClassName
 {
   color: #50295C;
 }
 .AnyTagClassName
 {
   color: #50295C;
 }
</style>

background-color css

<style>
 a { background-color: #50295C; }

 a { background-color: rgb(80,41,92); }

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

border-color css

<style>
 span { border-color: #50295C; }

 span { border-color: rgb(80,41,92); }

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