#49115A

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

Shades of Scarlet Gum #49115A

Tints of Scarlet Gum #49115A

Color information

#49115A (or 0x49115A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 11 and 5A. RGB value is (73,17,90). Sum of RGB (Red+Green+Blue) = 73+17+90=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #49115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49115A is #B6EEA5. Grayscale: #292929. Windows color (decimal): -11988646 or 5902665. OLE color: 5902665.

HSL color Cylindrical-coordinate representation of color #49115A: hue angle of 286.03º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49115A is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB731790-
CMYK0.190.8100.65
HSL286.03º68.22%20.98%-
HSV(B)286.03º81.11%35.29%-
XYZ4.792.569.91-
YUV42.07155.05150.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 90 (35.55% from 255) = 50%
R=40.56%
G=9.44%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7317900.190.8100.65286.0368.2220.98
Hex49115A135104111e4415
Octal1112113223121010143610425
Binary100100110001101101010011101000101000001100011110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49115A; }

 p { color: rgb(73,17,90); }

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

<style>
 a { background-color: #49115A; }

 a { background-color: rgb(73,17,90); }

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

<style>
 span { border-color: #49115A; }

 span { border-color: rgb(73,17,90); }

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