#49435A

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

Shades of Mulled Wine #49435A

Tints of Mulled Wine #49435A

Color information

#49435A (or 0x49435A) is unknown color: approx Mulled Wine. HEX triplet: 49, 43 and 5A. RGB value is (73,67,90). Sum of RGB (Red+Green+Blue) = 73+67+90=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #49435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49435A is #B6BCA5. Grayscale: #474747. Windows color (decimal): -11975846 or 5915465. OLE color: 5915465.

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

Color convert

RGB736790-
CMYK0.190.2600.65
HSL255.65º14.65%30.78%-
HSV(B)255.65º25.56%35.29%-
XYZ6.66.1710.52-
YUV71.42138.49129.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=31.74%
G=29.13%
B=39.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7367900.190.2600.65255.6514.6530.78
Hex49435A131A041100f1f
Octal111103132233201014001737
Binary100100110000111011010100111101001000001100000000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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