#49125D

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

Shades of Scarlet Gum #49125D

Tints of Scarlet Gum #49125D

Color information

#49125D (or 0x49125D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 12 and 5D. RGB value is (73,18,93). Sum of RGB (Red+Green+Blue) = 73+18+93=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #49125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49125D is #B6EDA2. Grayscale: #2A2A2A. Windows color (decimal): -11988387 or 6099529. OLE color: 6099529.

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

Color convert

RGB731893-
CMYK0.220.8100.64
HSL284º67.57%21.76%-
HSV(B)284º80.65%36.47%-
XYZ4.942.6410.61-
YUV43156.22149.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=39.67%
G=9.78%
B=50.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7318930.220.8100.6428467.5721.76
Hex49125D165104011c4416
Octal1112213526121010043410426
Binary100100110010101110110110101000101000000100011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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