#49145E

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

Shades of Scarlet Gum #49145E

Tints of Scarlet Gum #49145E

Color information

#49145E (or 0x49145E) is unknown color: approx Scarlet Gum. HEX triplet: 49, 14 and 5E. RGB value is (73,20,94). Sum of RGB (Red+Green+Blue) = 73+20+94=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #49145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49145E is #B6EBA1. Grayscale: #2C2C2C. Windows color (decimal): -11987874 or 6165577. OLE color: 6165577.

HSL color Cylindrical-coordinate representation of color #49145E: hue angle of 282.97º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49145E is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB732094-
CMYK0.220.7900.63
HSL282.97º64.91%22.35%-
HSV(B)282.97º78.72%36.86%-
XYZ5.022.7210.85-
YUV44.28156.06148.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=39.04%
G=10.70%
B=50.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7320940.220.7900.63282.9764.9122.35
Hex49145E164F03F11b4116
Octal111241362611707743310126
Binary10010011010010111101011010011110111111100011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49145E; }

 p { color: rgb(73,20,94); }

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

<style>
 a { background-color: #49145E; }

 a { background-color: rgb(73,20,94); }

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

<style>
 span { border-color: #49145E; }

 span { border-color: rgb(73,20,94); }

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