#49355C

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

Shades of Scarlet Gum #49355C

Tints of Scarlet Gum #49355C

Color information

#49355C (or 0x49355C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 35 and 5C. RGB value is (73,53,92). Sum of RGB (Red+Green+Blue) = 73+53+92=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #49355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49355C is #B6CAA3. Grayscale: #3F3F3F. Windows color (decimal): -11979428 or 6042953. OLE color: 6042953.

HSL color Cylindrical-coordinate representation of color #49355C: hue angle of 270.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49355C is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735392-
CMYK0.210.4200.64
HSL270.77º26.9%28.43%-
HSV(B)270.77º42.39%36.08%-
XYZ5.954.7410.73-
YUV63.43144.13134.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=33.49%
G=24.31%
B=42.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7353920.210.4200.64270.7726.928.43
Hex49355C152A04010f1b1c
Octal11165134255201004173334
Binary1001001110101101110010101101010010000001000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49355C; }

 p { color: rgb(73,53,92); }

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

<style>
 a { background-color: #49355C; }

 a { background-color: rgb(73,53,92); }

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

<style>
 span { border-color: #49355C; }

 span { border-color: rgb(73,53,92); }

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