#49205B

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

Shades of Scarlet Gum #49205B

Tints of Scarlet Gum #49205B

Color information

#49205B (or 0x49205B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 20 and 5B. RGB value is (73,32,91). Sum of RGB (Red+Green+Blue) = 73+32+91=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #49205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49205B is #B6DFA4. Grayscale: #323232. Windows color (decimal): -11984805 or 5972041. OLE color: 5972041.

HSL color Cylindrical-coordinate representation of color #49205B: hue angle of 281.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49205B is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB733291-
CMYK0.200.6500.64
HSL281.69º47.97%24.12%-
HSV(B)281.69º64.84%35.69%-
XYZ5.153.210.24-
YUV50.98150.58143.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=37.24%
G=16.33%
B=46.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7332910.200.6500.64281.6947.9724.12
Hex49205B144104011a3018
Octal111401332410101004326030
Binary100100110000010110111010010000010100000010001101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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