Html Css Color HEX #49435B Mulled Wine

📋 copy color: '#49435B'

red 73 ◦ green 67 ◦ blue 91

#49435B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #49435B

Tints of Mulled Wine #49435B

RGB

 RED value IS 73 (28.91% from 255) = 31.6%

 GREEN value IS 67 (26.56% from 255) = 29%

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 31.6%
G = 29%
B = 39.39%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49435B (or 0x49435B) is known color: 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

RGB 73 67 91 -
CMYK 0.20 0.26 0 0.64
HSL 255º 0.15% 0.31% -
HSV(B) 255º 0.26% 0.36% -
XYZ 6.64 6.19 10.74 -
YUV 71.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 73 67 91 0.20 0.26 0 0.64 255 0.15 0.31
Hex 49 43 5B 14 1A 0 40 FF F 1F
Octal 111 103 133 24 32 0 100 377 17 37
Binary 1001001 1000011 1011011 10100 11010 0 1000000 11111111 1111 11111

Color Harmonies of #49435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49435B

Black with #49435B

Text Example


Text Example

White with #49435B

Text Example


Text Example

HTML Codes & Css Web 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>