#50375A

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

Shades of Scarlet Gum #50375A

Tints of Scarlet Gum #50375A

Color information

#50375A (or 0x50375A) is unknown color: approx Scarlet Gum. HEX triplet: 50, 37 and 5A. RGB value is (80,55,90). Sum of RGB (Red+Green+Blue) = 80+55+90=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #50375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50375A is #AFC8A5. Grayscale: #424242. Windows color (decimal): -11520166 or 5912400. OLE color: 5912400.

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

Color convert

RGB805590-
CMYK0.110.3900.65
HSL282.86º24.14%28.43%-
HSV(B)282.86º38.89%35.29%-
XYZ6.525.1810.33-
YUV66.46141.28137.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 90 (35.55% from 255) = 40%
R=35.56%
G=24.44%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8055900.110.3900.65282.8624.1428.43
Hex50375AB2704111b181c
Octal12067132134701014333034
Binary101000011011110110101011100111010000011000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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