Color Hex Logo

#491136 Color Hex

#491136
(73,17,54)
0 Favorites   0 Comments

Color spaces of #491136

RGB 731754
HSL0.890.620.18
HSV320°77°29°
CMYK 0.000.770.26   0.71
XYZ3.61402.08373.7017
Yxy2.08370.38450.2217
Hunter Lab14.435019.4285-5.0997
CIE-Lab15.920530.5447-9.7550

#491136 color RGB value is (73,17,54).

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

The process color (four color CMYK) of #491136 color hex is 0.00, 0.77, 0.26, 0.71. Web safe color of #491136 is #330033. Color #491136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 00110110
Octal 111 21 66
Decimal 73 17 54
Hex 49 11 36

RGB Percentages of Color #491136

%50.69
%11.81
%37.50

CMYK Percentages of Color #491136

%0
%77
%26
%71

Triadic Colors of #491136

#491136 #364911 #113649

Analogous Colors of #491136

#491136 #49111a #401149

Monochromatic Colors of #491136

#491136

Complementary Color

#491136 #114924

#491136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491136 Color CSS Codes

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

#491136 Text Font Color

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

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


#491136 Background Color

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

This div background color is #491136


#491136 Border Color

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

This div border color is #491136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491136


Comments

No comments written yet.

Please login to write comment.