#49315C

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

Shades of Scarlet Gum #49315C

Tints of Scarlet Gum #49315C

Color information

#49315C (or 0x49315C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 5C. RGB value is (73,49,92). Sum of RGB (Red+Green+Blue) = 73+49+92=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #49315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49315C is #B6CEA3. Grayscale: #3C3C3C. Windows color (decimal): -11980452 or 6041929. OLE color: 6041929.

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

Color convert

RGB734992-
CMYK0.210.4700.64
HSL273.49º30.5%27.65%-
HSV(B)273.49º46.74%36.08%-
XYZ5.784.3910.67-
YUV61.08145.45136.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=34.11%
G=22.90%
B=42.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7349920.210.4700.64273.4930.527.65
Hex49315C152F0401111e1c
Octal11161134255701004213634
Binary1001001110001101110010101101111010000001000100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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