#49175D

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

Shades of Scarlet Gum #49175D

Tints of Scarlet Gum #49175D

Color information

#49175D (or 0x49175D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 17 and 5D. RGB value is (73,23,93). Sum of RGB (Red+Green+Blue) = 73+23+93=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #49175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49175D is #B6E8A2. Grayscale: #2D2D2D. Windows color (decimal): -11987107 or 6100809. OLE color: 6100809.

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

Color convert

RGB732393-
CMYK0.220.7500.64
HSL282.86º60.34%22.75%-
HSV(B)282.86º75.27%36.47%-
XYZ5.032.8210.64-
YUV45.93154.56147.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=38.62%
G=12.17%
B=49.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7323930.220.7500.64282.8660.3422.75
Hex49175D164B04011b3c17
Octal111271352611301004337427
Binary10010011011110111011011010010110100000010001101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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