Color Hex Logo

#491011 Color Hex

#491011
(73,16,17)
0 Favorites   0 Comments

Color spaces of #491011

RGB 731617
HSL1.000.640.17
HSV359°78°29°
CMYK 0.000.780.77   0.71
XYZ3.03411.82750.7231
Yxy1.82750.54330.3272
Hunter Lab13.518516.40526.2916
CIE-Lab14.554626.910214.7514

#491011 color RGB value is (73,16,17).

#491011 hex color red value is 73, green value is 16 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #491011 hue: 1.00 , saturation: 0.64 and the lightness value of 491011 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 00010001
Octal 111 20 21
Decimal 73 16 17
Hex 49 10 11

RGB Percentages of Color #491011

%68.87
%15.09
%16.04

CMYK Percentages of Color #491011

%0
%78
%77
%71

Triadic Colors of #491011

#491011 #114910 #101149

Analogous Colors of #491011

#491011 #492c10 #49102e

Monochromatic Colors of #491011

#491011

Complementary Color

#491011 #104948

#491011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491011 Color CSS Codes

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

#491011 Text Font Color

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

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


#491011 Background Color

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

This div background color is #491011


#491011 Border Color

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

This div border color is #491011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491011


Comments

No comments written yet.

Please login to write comment.