Html Css Color HEX #50215C Scarlet Gum

📋 copy color: '#50215C'

red 80 ◦ green 33 ◦ blue 92

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

Shades of Scarlet Gum #50215C

Tints of Scarlet Gum #50215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 39.02%
G = 16.1%
B = 44.88%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50215C (or 0x50215C) is known color: Scarlet Gum. HEX triplet: 50, 21 and 5C. RGB value is (80,33,92). Sum of RGB (Red+Green+Blue) = 80+33+92=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #50215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50215C is #AFDEA3. Grayscale: #353535. Windows color (decimal): -11525796 or 6037840. OLE color: 6037840.

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

Color convert

RGB 80 33 92 -
CMYK 0.13 0.64 0 0.64
HSL 287.8º 0.47% 0.25% -
HSV(B) 287.8º 0.64% 0.36% -
XYZ 5.78 3.57 10.51 -
YUV 53.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 80 33 92 0.13 0.64 0 0.64 287.8 0.47 0.25
Hex 50 21 5C D 40 0 40 120 2F 19
Octal 120 41 134 15 100 0 100 440 57 31
Binary 1010000 100001 1011100 1101 1000000 0 1000000 100100000 101111 11001

Color Harmonies of #50215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50215C

Black with #50215C

Text Example


Text Example

White with #50215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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