#49315A

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

Shades of Scarlet Gum #49315A

Tints of Scarlet Gum #49315A

Color information

#49315A (or 0x49315A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 5A. RGB value is (73,49,90). Sum of RGB (Red+Green+Blue) = 73+49+90=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #49315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49315A is #B6CEA5. Grayscale: #3C3C3C. Windows color (decimal): -11980454 or 5910857. OLE color: 5910857.

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

Color convert

RGB734990-
CMYK0.190.4600.65
HSL275.12º29.5%27.25%-
HSV(B)275.12º45.56%35.29%-
XYZ5.694.3510.21-
YUV60.85144.45136.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=34.43%
G=23.11%
B=42.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7349900.190.4600.65275.1229.527.25
Hex49315A132E0411131d1b
Octal11161132235601014233533
Binary1001001110001101101010011101110010000011000100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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