Html Css Color HEX #50285C Scarlet Gum

📋 copy color: '#50285C'

red 80 ◦ green 40 ◦ blue 92

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

Shades of Scarlet Gum #50285C

Tints of Scarlet Gum #50285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 37.74%
G = 18.87%
B = 43.4%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50285C (or 0x50285C) is known color: Scarlet Gum. HEX triplet: 50, 28 and 5C. RGB value is (80,40,92). Sum of RGB (Red+Green+Blue) = 80+40+92=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #50285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50285C is #AFD7A3. Grayscale: #393939. Windows color (decimal): -11524004 or 6039632. OLE color: 6039632.

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

Color convert

RGB 80 40 92 -
CMYK 0.13 0.57 0 0.64
HSL 286.15º 0.39% 0.26% -
HSV(B) 286.15º 0.57% 0.36% -
XYZ 6 4 10.58 -
YUV 57.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 80 40 92 0.13 0.57 0 0.64 286.15 0.39 0.26
Hex 50 28 5C D 39 0 40 11E 27 1A
Octal 120 50 134 15 71 0 100 436 47 32
Binary 1010000 101000 1011100 1101 111001 0 1000000 100011110 100111 11010

Color Harmonies of #50285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50285C

Black with #50285C

Text Example


Text Example

White with #50285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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