Color Hex Logo

#491104 Color Hex

#491104
(73,17,4)
0 Favorites   0 Comments

Color spaces of #491104

RGB 73174
HSL0.030.900.15
HSV11°95°29°
CMYK 0.000.770.95   0.71
XYZ2.97001.82610.3108
Yxy1.82610.58160.3576
Hunter Lab13.513315.58308.0957
CIE-Lab14.546825.818920.6352

#491104 color RGB value is (73,17,4).

#491104 hex color red value is 73, green value is 17 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #491104 hue: 0.03 , saturation: 0.90 and the lightness value of 491104 is 0.15.

The process color (four color CMYK) of #491104 color hex is 0.00, 0.77, 0.95, 0.71. Web safe color of #491104 is #330000. Color #491104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 00000100
Octal 111 21 4
Decimal 73 17 4
Hex 49 11 4

RGB Percentages of Color #491104

%77.66
%18.09
%4.26

CMYK Percentages of Color #491104

%0
%77
%95
%71

Triadic Colors of #491104

#491104 #044911 #110449

Analogous Colors of #491104

#491104 #493404 #49041a

Monochromatic Colors of #491104

#491104

Complementary Color

#491104 #043c49

#491104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491104 Color CSS Codes

.mybgcolor {background-color:#491104; } 
.myforecolor {color:#491104; }
.mybordercolor {border:3px solid #491104; }

#491104 Text Font Color

<p style="color:#491104">Text here</p>

This sample text font color is #491104
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#491104 Background Color

<div style="background-color:#491104">
Div content here</div>

This div background color is #491104


#491104 Border Color

<div style="border:3px solid #491104">
Div here</div>

This div border color is #491104


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,17,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491104; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491104;
  -webkit-box-shadow: 1px 1px 3px 2px #491104;
  box-shadow:         1px 1px 3px 2px #491104; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,17,4, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #491104">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #491104;
  -webkit-box-shadow: 1px 1px 3px 2px #491104;
  box-shadow:         1px 1px 3px 2px #491104;">
Div content here</div>

This div box has shadow with color #491104


Comments

No comments written yet.

Please login to write comment.