#49375B

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

Shades of Scarlet Gum #49375B

Tints of Scarlet Gum #49375B

Color information

#49375B (or 0x49375B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 37 and 5B. RGB value is (73,55,91). Sum of RGB (Red+Green+Blue) = 73+55+91=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #49375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49375B is #B6C8A4. Grayscale: #404040. Windows color (decimal): -11978917 or 5977929. OLE color: 5977929.

HSL color Cylindrical-coordinate representation of color #49375B: hue angle of 270º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49375B is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735591-
CMYK0.200.4000.64
HSL270º24.66%28.63%-
HSV(B)270º39.56%35.69%-
XYZ64.910.53-
YUV64.49142.96134.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=33.33%
G=25.11%
B=41.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7355910.200.4000.6427024.6628.63
Hex49375B142804010e191d
Octal11167133245001004163135
Binary1001001110111101101110100101000010000001000011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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