#49265C

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

Shades of Scarlet Gum #49265C

Tints of Scarlet Gum #49265C

Color information

#49265C (or 0x49265C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 26 and 5C. RGB value is (73,38,92). Sum of RGB (Red+Green+Blue) = 73+38+92=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #49265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49265C is #B6D9A3. Grayscale: #363636. Windows color (decimal): -11983268 or 6039113. OLE color: 6039113.

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

Color convert

RGB733892-
CMYK0.210.5900.64
HSL278.89º41.54%25.49%-
HSV(B)278.89º58.7%36.08%-
XYZ5.373.5810.53-
YUV54.62149.1141.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=35.96%
G=18.72%
B=45.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7338920.210.5900.64278.8941.5425.49
Hex49265C153B0401172a19
Octal11146134257301004275231
Binary10010011001101011100101011110110100000010001011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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