Color Hex Logo

#491119 Color Hex

#491119
(73,17,25)
0 Favorites   0 Comments

Color spaces of #491119

RGB 731725
HSL0.980.620.18
HSV351°77°29°
CMYK 0.000.770.66   0.71
XYZ3.12361.88761.1194
Yxy1.88760.50950.3079
Hunter Lab13.739016.53924.7866
CIE-Lab14.886027.02659.7635

#491119 color RGB value is (73,17,25).

#491119 hex color red value is 73, green value is 17 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #491119 hue: 0.98 , saturation: 0.62 and the lightness value of 491119 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 00011001
Octal 111 21 31
Decimal 73 17 25
Hex 49 11 19

RGB Percentages of Color #491119

%63.48
%14.78
%21.74

CMYK Percentages of Color #491119

%0
%77
%66
%71

Triadic Colors of #491119

#491119 #194911 #111949

Analogous Colors of #491119

#491119 #492511 #491135

Monochromatic Colors of #491119

#491119

Complementary Color

#491119 #114941

#491119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491119 Color CSS Codes

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

#491119 Text Font Color

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

This sample text font color is #491119
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.


#491119 Background Color

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

This div background color is #491119


#491119 Border Color

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

This div border color is #491119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491119


Comments

No comments written yet.

Please login to write comment.