Html Css Color HEX #49415A Mulled Wine

📋 copy color: '#49415A'

red 73 ◦ green 65 ◦ blue 90

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

Shades of Mulled Wine #49415A

Tints of Mulled Wine #49415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 32.02%
G = 28.51%
B = 39.47%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49415A (or 0x49415A) is known color: Mulled Wine. HEX triplet: 49, 41 and 5A. RGB value is (73,65,90). Sum of RGB (Red+Green+Blue) = 73+65+90=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #49415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49415A is #B6BEA5. Grayscale: #464646. Windows color (decimal): -11976358 or 5914953. OLE color: 5914953.

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

Color convert

RGB 73 65 90 -
CMYK 0.19 0.28 0 0.65
HSL 259.2º 0.16% 0.3% -
HSV(B) 259.2º 0.28% 0.35% -
XYZ 6.48 5.94 10.48 -
YUV 70.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 73 65 90 0.19 0.28 0 0.65 259.2 0.16 0.3
Hex 49 41 5A 13 1C 0 41 103 10 1E
Octal 111 101 132 23 34 0 101 403 20 36
Binary 1001001 1000001 1011010 10011 11100 0 1000001 100000011 10000 11110

Color Harmonies of #49415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49415A

Black with #49415A

Text Example


Text Example

White with #49415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49415A;
 }
 .AnyTagClassName
 {
   color: #49415A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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