Color Hex Logo

#491339 Color Hex

#491339
(73,19,57)
0 Favorites   0 Comments

Color spaces of #491339

RGB 731957
HSL0.880.590.18
HSV318°74°29°
CMYK 0.000.740.22   0.71
XYZ3.71902.17764.0952
Yxy2.17760.37220.2179
Hunter Lab14.756719.1616-6.1242
CIE-Lab16.393030.1210-11.1594

#491339 color RGB value is (73,19,57).

#491339 hex color red value is 73, green value is 19 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #491339 hue: 0.88 , saturation: 0.59 and the lightness value of 491339 is 0.18.

The process color (four color CMYK) of #491339 color hex is 0.00, 0.74, 0.22, 0.71. Web safe color of #491339 is #330033. Color #491339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 00111001
Octal 111 23 71
Decimal 73 19 57
Hex 49 13 39

RGB Percentages of Color #491339

%48.99
%12.75
%38.26

CMYK Percentages of Color #491339

%0
%74
%22
%71

Triadic Colors of #491339

#491339 #394913 #133949

Analogous Colors of #491339

#491339 #49131e #3e1349

Monochromatic Colors of #491339

#491339

Complementary Color

#491339 #134923

#491339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491339 Color CSS Codes

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

#491339 Text Font Color

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

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


#491339 Background Color

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

This div background color is #491339


#491339 Border Color

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

This div border color is #491339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491339


Comments

No comments written yet.

Please login to write comment.