#50295B

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

Shades of Scarlet Gum #50295B

Tints of Scarlet Gum #50295B

Color information

#50295B (or 0x50295B) is unknown color: approx Scarlet Gum. HEX triplet: 50, 29 and 5B. RGB value is (80,41,91). Sum of RGB (Red+Green+Blue) = 80+41+91=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #50295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50295B is #AFD6A4. Grayscale: #3A3A3A. Windows color (decimal): -11523749 or 5974352. OLE color: 5974352.

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

Color convert

RGB804191-
CMYK0.120.5500.64
HSL286.8º37.88%25.88%-
HSV(B)286.8º54.95%35.69%-
XYZ5.994.0510.36-
YUV58.36146.42143.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=37.74%
G=19.34%
B=42.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8041910.120.5500.64286.837.8825.88
Hex50295BC3704011f261a
Octal12051133146701004374632
Binary1010000101001101101111001101110100000010001111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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