#49205D

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

Shades of Scarlet Gum #49205D

Tints of Scarlet Gum #49205D

Color information

#49205D (or 0x49205D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 20 and 5D. RGB value is (73,32,93). Sum of RGB (Red+Green+Blue) = 73+32+93=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #49205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49205D is #B6DFA2. Grayscale: #333333. Windows color (decimal): -11984803 or 6103113. OLE color: 6103113.

HSL color Cylindrical-coordinate representation of color #49205D: hue angle of 280.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49205D is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB733293-
CMYK0.220.6600.64
HSL280.33º48.8%24.51%-
HSV(B)280.33º65.59%36.47%-
XYZ5.243.2410.71-
YUV51.21151.58143.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=36.87%
G=16.16%
B=46.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7332930.220.6600.64280.3348.824.51
Hex49205D16420401183119
Octal111401352610201004306131
Binary100100110000010111011011010000100100000010001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49205D; }

 p { color: rgb(73,32,93); }

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

<style>
 a { background-color: #49205D; }

 a { background-color: rgb(73,32,93); }

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

<style>
 span { border-color: #49205D; }

 span { border-color: rgb(73,32,93); }

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