#50395E

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

Shades of Scarlet Gum #50395E

Tints of Scarlet Gum #50395E

Color information

#50395E (or 0x50395E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 39 and 5E. RGB value is (80,57,94). Sum of RGB (Red+Green+Blue) = 80+57+94=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #50395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50395E is #AFC6A1. Grayscale: #434343. Windows color (decimal): -11519650 or 6175056. OLE color: 6175056.

HSL color Cylindrical-coordinate representation of color #50395E: hue angle of 277.3º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50395E is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB805794-
CMYK0.150.3900.63
HSL277.3º24.5%29.61%-
HSV(B)277.3º39.36%36.86%-
XYZ6.795.4411.28-
YUV68.1142.62136.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=34.63%
G=24.68%
B=40.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8057940.150.3900.63277.324.529.61
Hex50395EF2703F115191e
Octal1207113617470774253136
Binary10100001110011011110111110011101111111000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50395E; }

 p { color: rgb(80,57,94); }

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

<style>
 a { background-color: #50395E; }

 a { background-color: rgb(80,57,94); }

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

<style>
 span { border-color: #50395E; }

 span { border-color: rgb(80,57,94); }

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