#49375A

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

Shades of Scarlet Gum #49375A

Tints of Scarlet Gum #49375A

Color information

#49375A (or 0x49375A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 37 and 5A. RGB value is (73,55,90). Sum of RGB (Red+Green+Blue) = 73+55+90=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #49375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49375A is #B6C8A5. Grayscale: #404040. Windows color (decimal): -11978918 or 5912393. OLE color: 5912393.

HSL color Cylindrical-coordinate representation of color #49375A: hue angle of 270.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 #49375A is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735590-
CMYK0.190.3900.65
HSL270.86º24.14%28.43%-
HSV(B)270.86º38.89%35.29%-
XYZ5.964.8910.3-
YUV64.37142.46134.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=33.49%
G=25.23%
B=41.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7355900.190.3900.65270.8624.1428.43
Hex49375A132704110f181c
Octal11167132234701014173034
Binary1001001110111101101010011100111010000011000011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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