#49415B

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

Shades of Mulled Wine #49415B

Tints of Mulled Wine #49415B

Color information

#49415B (or 0x49415B) is unknown color: approx Mulled Wine. HEX triplet: 49, 41 and 5B. RGB value is (73,65,91). Sum of RGB (Red+Green+Blue) = 73+65+91=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #49415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49415B is #B6BEA4. Grayscale: #464646. Windows color (decimal): -11976357 or 5980489. OLE color: 5980489.

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

Color convert

RGB736591-
CMYK0.200.2900.64
HSL258.46º16.67%30.59%-
HSV(B)258.46º28.57%35.69%-
XYZ6.535.9510.7-
YUV70.36139.65129.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=31.88%
G=28.38%
B=39.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7365910.200.2900.64258.4616.6730.59
Hex49415B141D040102111f
Octal111101133243501004022137
Binary1001001100000110110111010011101010000001000000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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