Html Css Color HEX #50325C Scarlet Gum

📋 copy color: '#50325C'

red 80 ◦ green 50 ◦ blue 92

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

Shades of Scarlet Gum #50325C

Tints of Scarlet Gum #50325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 36.04%
G = 22.52%
B = 41.44%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50325C (or 0x50325C) is known color: Scarlet Gum. HEX triplet: 50, 32 and 5C. RGB value is (80,50,92). Sum of RGB (Red+Green+Blue) = 80+50+92=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #50325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50325C is #AFCDA3. Grayscale: #3F3F3F. Windows color (decimal): -11521444 or 6042192. OLE color: 6042192.

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

Color convert

RGB 80 50 92 -
CMYK 0.13 0.46 0 0.64
HSL 282.86º 0.3% 0.28% -
HSV(B) 282.86º 0.46% 0.36% -
XYZ 6.38 4.76 10.71 -
YUV 63.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 80 50 92 0.13 0.46 0 0.64 282.86 0.3 0.28
Hex 50 32 5C D 2E 0 40 11B 1E 1C
Octal 120 62 134 15 56 0 100 433 36 34
Binary 1010000 110010 1011100 1101 101110 0 1000000 100011011 11110 11100

Color Harmonies of #50325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50325C

Black with #50325C

Text Example


Text Example

White with #50325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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