Html Css Color HEX #49435A Mulled Wine

📋 copy color: '#49435A'

red 73 ◦ green 67 ◦ blue 90

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

Shades of Mulled Wine #49435A

Tints of Mulled Wine #49435A

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 value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 73 67 90 -
CMYK 0.19 0.26 0 0.65
HSL 255.65º 0.15% 0.31% -
HSV(B) 255.65º 0.26% 0.35% -
XYZ 6.6 6.17 10.52 -
YUV 71.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 73 67 90 0.19 0.26 0 0.65 255.65 0.15 0.31
Hex 49 43 5A 13 1A 0 41 100 F 1F
Octal 111 103 132 23 32 0 101 400 17 37
Binary 1001001 1000011 1011010 10011 11010 0 1000001 100000000 1111 11111

Color Harmonies of #49435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49435A

Black with #49435A

Text Example


Text Example

White with #49435A

Text Example


Text Example

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