#49165C

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

Shades of Scarlet Gum #49165C

Tints of Scarlet Gum #49165C

Color information

#49165C (or 0x49165C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 16 and 5C. RGB value is (73,22,92). Sum of RGB (Red+Green+Blue) = 73+22+92=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #49165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49165C is #B6E9A3. Grayscale: #2C2C2C. Windows color (decimal): -11987364 or 6035017. OLE color: 6035017.

HSL color Cylindrical-coordinate representation of color #49165C: hue angle of 283.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49165C is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB732292-
CMYK0.210.7600.64
HSL283.71º61.4%22.35%-
HSV(B)283.71º76.09%36.08%-
XYZ4.972.7610.4-
YUV45.23154.4147.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=39.04%
G=11.76%
B=49.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7322920.210.7600.64283.7161.422.35
Hex49165C154C04011c3d16
Octal111261342511401004347526
Binary10010011011010111001010110011000100000010001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49165C; }

 p { color: rgb(73,22,92); }

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

<style>
 a { background-color: #49165C; }

 a { background-color: rgb(73,22,92); }

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

<style>
 span { border-color: #49165C; }

 span { border-color: rgb(73,22,92); }

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