#49075E

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

Shades of Scarlet Gum #49075E

Tints of Scarlet Gum #49075E

Color information

#49075E (or 0x49075E) is unknown color: approx Scarlet Gum. HEX triplet: 49, 07 and 5E. RGB value is (73,7,94). Sum of RGB (Red+Green+Blue) = 73+7+94=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #49075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49075E is #B6F8A1. Grayscale: #242424. Windows color (decimal): -11991202 or 6162249. OLE color: 6162249.

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

Color convert

RGB73794-
CMYK0.220.9300.63
HSL285.52º86.14%19.8%-
HSV(B)285.52º92.55%36.86%-
XYZ4.842.3810.79-
YUV36.65160.37153.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=41.95%
G=4.02%
B=54.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal737940.220.9300.63285.5286.1419.8
Hex4975E165D03F11e5614
Octal11171362613507743612624
Binary100100111110111101011010111010111111100011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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