#49435B

Color #49435B Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #49435B

Tints of Mulled Wine #49435B

Color information

#49435B (or 0x49435B) is unknown color: approx Mulled Wine. HEX triplet: 49, 43 and 5B. RGB value is (73,67,91). Sum of RGB (Red+Green+Blue) = 73+67+91=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #49435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49435B is #B6BCA4. Grayscale: #474747. Windows color (decimal): -11975845 or 5981001. OLE color: 5981001.

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

Color convert

RGB736791-
CMYK0.200.2600.64
HSL255º15.19%30.98%-
HSV(B)255º26.37%35.69%-
XYZ6.646.1910.74-
YUV71.53138.99129.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=31.60%
G=29.00%
B=39.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7367910.200.2600.6425515.1930.98
Hex49435B141A040fff1f
Octal111103133243201003771737
Binary10010011000011101101110100110100100000011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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