Color Hex Logo

#491819 Color Hex

#491819
(73,24,25)
0 Favorites   0 Comments

Color spaces of #491819

RGB 732425
HSL1.000.510.19
HSV359°67°29°
CMYK 0.000.670.66   0.71
XYZ3.24982.13991.1615
Yxy2.13990.49610.3266
Hunter Lab14.628414.05535.5322
CIE-Lab16.204923.469711.4990

#491819 color RGB value is (73,24,25).

#491819 hex color red value is 73, green value is 24 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #491819 hue: 1.00 , saturation: 0.51 and the lightness value of 491819 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 00011001
Octal 111 30 31
Decimal 73 24 25
Hex 49 18 19

RGB Percentages of Color #491819

%59.84
%19.67
%20.49

CMYK Percentages of Color #491819

%0
%67
%66
%71

Triadic Colors of #491819

#491819 #194918 #181949

Analogous Colors of #491819

#491819 #493018 #491832

Monochromatic Colors of #491819

#491819

Complementary Color

#491819 #184948

#491819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491819 Color CSS Codes

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

#491819 Text Font Color

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

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


#491819 Background Color

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

This div background color is #491819


#491819 Border Color

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

This div border color is #491819


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,24,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 #491819">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491819


Comments

No comments written yet.

Please login to write comment.