Html Css Color HEX #49415B Mulled Wine

📋 copy color: '#49415B'

red 73 ◦ green 65 ◦ blue 91

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

Shades of Mulled Wine #49415B

Tints of Mulled Wine #49415B

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

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 73 65 91 -
CMYK 0.20 0.29 0 0.64
HSL 258.46º 0.17% 0.31% -
HSV(B) 258.46º 0.29% 0.36% -
XYZ 6.53 5.95 10.7 -
YUV 70.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 73 65 91 0.20 0.29 0 0.64 258.46 0.17 0.31
Hex 49 41 5B 14 1D 0 40 102 11 1F
Octal 111 101 133 24 35 0 100 402 21 37
Binary 1001001 1000001 1011011 10100 11101 0 1000000 100000010 10001 11111

Color Harmonies of #49415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49415B

Black with #49415B

Text Example


Text Example

White with #49415B

Text Example


Text Example

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