Color Hex Logo

#491041 Color Hex

#491041
(73,16,65)
0 Favorites   0 Comments

Color spaces of #491041

RGB 731665
HSL0.860.640.17
HSV308°78°29°
CMYK 0.000.780.11   0.71
XYZ3.88712.16875.2148
Yxy2.16870.34490.1924
Hunter Lab14.726521.3442-10.6866
CIE-Lab16.348832.8314-16.8573

#491041 color RGB value is (73,16,65).

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

The process color (four color CMYK) of #491041 color hex is 0.00, 0.78, 0.11, 0.71. Web safe color of #491041 is #330033. Color #491041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 01000001
Octal 111 20 101
Decimal 73 16 65
Hex 49 10 41

RGB Percentages of Color #491041

%47.40
%10.39
%42.21

CMYK Percentages of Color #491041

%0
%78
%11
%71

Triadic Colors of #491041

#491041 #414910 #104149

Analogous Colors of #491041

#491041 #491025 #351049

Monochromatic Colors of #491041

#491041

Complementary Color

#491041 #104918

#491041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491041 Color CSS Codes

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

#491041 Text Font Color

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

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


#491041 Background Color

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

This div background color is #491041


#491041 Border Color

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

This div border color is #491041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491041


Comments

No comments written yet.

Please login to write comment.