Html Css Color HEX #49425A Mulled Wine

📋 copy color: '#49425A'

red 73 ◦ green 66 ◦ blue 90

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

Shades of Mulled Wine #49425A

Tints of Mulled Wine #49425A

RGB

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

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

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

R = 31.88%
G = 28.82%
B = 39.3%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49425A (or 0x49425A) is known color: Mulled Wine. HEX triplet: 49, 42 and 5A. RGB value is (73,66,90). Sum of RGB (Red+Green+Blue) = 73+66+90=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #49425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425A is #B6BDA5. Grayscale: #464646. Windows color (decimal): -11976102 or 5915209. OLE color: 5915209.

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

Color convert

RGB 73 66 90 -
CMYK 0.19 0.27 0 0.65
HSL 257.5º 0.15% 0.31% -
HSV(B) 257.5º 0.27% 0.35% -
XYZ 6.54 6.05 10.5 -
YUV 70.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 73 66 90 0.19 0.27 0 0.65 257.5 0.15 0.31
Hex 49 42 5A 13 1B 0 41 102 F 1F
Octal 111 102 132 23 33 0 101 402 17 37
Binary 1001001 1000010 1011010 10011 11011 0 1000001 100000010 1111 11111

Color Harmonies of #49425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49425A

Black with #49425A

Text Example


Text Example

White with #49425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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