#49325B

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

Shades of Scarlet Gum #49325B

Tints of Scarlet Gum #49325B

Color information

#49325B (or 0x49325B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 5B. RGB value is (73,50,91). Sum of RGB (Red+Green+Blue) = 73+50+91=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #49325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49325B is #B6CDA4. Grayscale: #3D3D3D. Windows color (decimal): -11980197 or 5976649. OLE color: 5976649.

HSL color Cylindrical-coordinate representation of color #49325B: hue angle of 273.66º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49325B is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735091-
CMYK0.200.4500.64
HSL273.66º29.08%27.65%-
HSV(B)273.66º45.05%35.69%-
XYZ5.784.4510.45-
YUV61.55144.62136.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=34.11%
G=23.36%
B=42.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7350910.200.4500.64273.6629.0827.65
Hex49325B142D0401121d1c
Octal11162133245501004223534
Binary1001001110010101101110100101101010000001000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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