#50295D

Color #50295D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #50295D

Tints of Scarlet Gum #50295D

Color information

#50295D (or 0x50295D) is unknown color: approx Scarlet Gum. HEX triplet: 50, 29 and 5D. RGB value is (80,41,93). Sum of RGB (Red+Green+Blue) = 80+41+93=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #50295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50295D is #AFD6A2. Grayscale: #3A3A3A. Windows color (decimal): -11523747 or 6105424. OLE color: 6105424.

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

Color convert

RGB804193-
CMYK0.140.5600.64
HSL285º38.81%26.27%-
HSV(B)285º55.91%36.47%-
XYZ6.084.0810.82-
YUV58.59147.42143.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=37.38%
G=19.16%
B=43.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8041930.140.5600.6428538.8126.27
Hex50295DE3804011d271a
Octal12051135167001004354732
Binary1010000101001101110111101110000100000010001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50295D;
 }
 .AnyTagClassName
 {
   color: #50295D;
 }
</style>
background-color css

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

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

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

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

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

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