Html Css Color HEX #50325A Scarlet Gum

📋 copy color: '#50325A'

red 80 ◦ green 50 ◦ blue 90

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

Shades of Scarlet Gum #50325A

Tints of Scarlet Gum #50325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50325A (or 0x50325A) is known color: Scarlet Gum. HEX triplet: 50, 32 and 5A. RGB value is (80,50,90). Sum of RGB (Red+Green+Blue) = 80+50+90=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #50325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50325A is #AFCDA5. Grayscale: #3F3F3F. Windows color (decimal): -11521446 or 5911120. OLE color: 5911120.

HSL color Cylindrical-coordinate representation of color #50325A: hue angle of 285º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50325A is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 50 90 -
CMYK 0.11 0.44 0 0.65
HSL 285º 0.29% 0.27% -
HSV(B) 285º 0.44% 0.35% -
XYZ 6.29 4.72 10.25 -
YUV 63.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 80 50 90 0.11 0.44 0 0.65 285 0.29 0.27
Hex 50 32 5A B 2C 0 41 11D 1D 1B
Octal 120 62 132 13 54 0 101 435 35 33
Binary 1010000 110010 1011010 1011 101100 0 1000001 100011101 11101 11011

Color Harmonies of #50325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50325A

Black with #50325A

Text Example


Text Example

White with #50325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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