Color Hex Logo

#491731 Color Hex

#491731
(73,23,49)
0 Favorites   0 Comments

Color spaces of #491731

RGB 732349
HSL0.910.520.19
HSV329°68°29°
CMYK 0.000.680.33   0.71
XYZ3.60842.25103.1500
Yxy2.25100.40050.2499
Hunter Lab15.003316.6746-1.9458
CIE-Lab16.752926.8699-4.9264

#491731 color RGB value is (73,23,49).

#491731 hex color red value is 73, green value is 23 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #491731 hue: 0.91 , saturation: 0.52 and the lightness value of 491731 is 0.19.

The process color (four color CMYK) of #491731 color hex is 0.00, 0.68, 0.33, 0.71. Web safe color of #491731 is #330033. Color #491731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010111 00110001
Octal 111 27 61
Decimal 73 23 49
Hex 49 17 31

RGB Percentages of Color #491731

%50.34
%15.86
%33.79

CMYK Percentages of Color #491731

%0
%68
%33
%71

Triadic Colors of #491731

#491731 #314917 #173149

Analogous Colors of #491731

#491731 #491718 #481749

Monochromatic Colors of #491731

#491731

Complementary Color

#491731 #17492f

#491731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491731 Color CSS Codes

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

#491731 Text Font Color

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

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


#491731 Background Color

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

This div background color is #491731


#491731 Border Color

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

This div border color is #491731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491731


Comments

No comments written yet.

Please login to write comment.