#49325A

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

Shades of Scarlet Gum #49325A

Tints of Scarlet Gum #49325A

Color information

#49325A (or 0x49325A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 5A. RGB value is (73,50,90). Sum of RGB (Red+Green+Blue) = 73+50+90=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #49325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49325A is #B6CDA5. Grayscale: #3D3D3D. Windows color (decimal): -11980198 or 5911113. OLE color: 5911113.

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

Color convert

RGB735090-
CMYK0.190.4400.65
HSL274.5º28.57%27.45%-
HSV(B)274.5º44.44%35.29%-
XYZ5.734.4410.23-
YUV61.44144.12136.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=34.27%
G=23.47%
B=42.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7350900.190.4400.65274.528.5727.45
Hex49325A132C0411121d1b
Octal11162132235401014223533
Binary1001001110010101101010011101100010000011000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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