#49285C

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

Shades of Scarlet Gum #49285C

Tints of Scarlet Gum #49285C

Color information

#49285C (or 0x49285C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 28 and 5C. RGB value is (73,40,92). Sum of RGB (Red+Green+Blue) = 73+40+92=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #49285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49285C is #B6D7A3. Grayscale: #373737. Windows color (decimal): -11982756 or 6039625. OLE color: 6039625.

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

Color convert

RGB734092-
CMYK0.210.5700.64
HSL278.08º39.39%25.88%-
HSV(B)278.08º56.52%36.08%-
XYZ5.443.7110.55-
YUV55.79148.43140.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=35.61%
G=19.51%
B=44.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7340920.210.5700.64278.0839.3925.88
Hex49285C1539040116271a
Octal11150134257101004264732
Binary10010011010001011100101011110010100000010001011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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