#49095D

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

Shades of Scarlet Gum #49095D

Tints of Scarlet Gum #49095D

Color information

#49095D (or 0x49095D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 09 and 5D. RGB value is (73,9,93). Sum of RGB (Red+Green+Blue) = 73+9+93=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #49095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49095D is #B6F6A2. Grayscale: #252525. Windows color (decimal): -11990691 or 6097225. OLE color: 6097225.

HSL color Cylindrical-coordinate representation of color #49095D: hue angle of 285.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49095D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB73993-
CMYK0.220.9000.64
HSL285.71º82.35%20%-
HSV(B)285.71º90.32%36.47%-
XYZ4.822.410.57-
YUV37.71159.2153.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=41.71%
G=5.14%
B=53.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739930.220.9000.64285.7182.3520
Hex4995D165A04011e5214
Octal1111113526132010043612224
Binary10010011001101110110110101101001000000100011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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