#49395A

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

Shades of Scarlet Gum #49395A

Tints of Scarlet Gum #49395A

Color information

#49395A (or 0x49395A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 39 and 5A. RGB value is (73,57,90). Sum of RGB (Red+Green+Blue) = 73+57+90=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 57 (22.66% from 255 or 25.91% 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 #49395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49395A is #B6C6A5. Grayscale: #414141. Windows color (decimal): -11978406 or 5912905. OLE color: 5912905.

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

Color convert

RGB735790-
CMYK0.190.3700.65
HSL269.09º22.45%28.82%-
HSV(B)269.09º36.67%35.29%-
XYZ6.065.0810.33-
YUV65.55141.8133.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=33.18%
G=25.91%
B=40.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7357900.190.3700.65269.0922.4528.82
Hex49395A132504110d161d
Octal11171132234501014152635
Binary1001001111001101101010011100101010000011000011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,57,90); }

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

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

 a { background-color: rgb(73,57,90); }

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

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

 span { border-color: rgb(73,57,90); }

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