Html Css Color HEX #49425B Mulled Wine

📋 copy color: '#49425B'

red 73 ◦ green 66 ◦ blue 91

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

Shades of Mulled Wine #49425B

Tints of Mulled Wine #49425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 31.74%
G = 28.7%
B = 39.57%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49425B (or 0x49425B) is known color: Mulled Wine. HEX triplet: 49, 42 and 5B. RGB value is (73,66,91). Sum of RGB (Red+Green+Blue) = 73+66+91=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #49425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425B is #B6BDA4. Grayscale: #464646. Windows color (decimal): -11976101 or 5980745. OLE color: 5980745.

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

Color convert

RGB 73 66 91 -
CMYK 0.20 0.27 0 0.64
HSL 256.8º 0.16% 0.31% -
HSV(B) 256.8º 0.27% 0.36% -
XYZ 6.58 6.07 10.72 -
YUV 70.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 73 66 91 0.20 0.27 0 0.64 256.8 0.16 0.31
Hex 49 42 5B 14 1B 0 40 101 10 1F
Octal 111 102 133 24 33 0 100 401 20 37
Binary 1001001 1000010 1011011 10100 11011 0 1000000 100000001 10000 11111

Color Harmonies of #49425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49425B

Black with #49425B

Text Example


Text Example

White with #49425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49425B;
 }
 .AnyTagClassName
 {
   color: #49425B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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