Color Hex Logo

#741611 Color Hex

#741611
(116,22,17)
0 Favorites   0 Comments

Color spaces of #741611

RGB 1162217
HSL0.010.740.26
HSV85°45°
CMYK 0.000.810.85   0.55
XYZ7.59054.32730.9655
Yxy4.32730.58920.3359
Hunter Lab20.802228.729111.8097
CIE-Lab24.725239.778328.8197

#741611 color RGB value is (116,22,17).

#741611 hex color red value is 116, green value is 22 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #741611 hue: 0.01 , saturation: 0.74 and the lightness value of 741611 is 0.26.

The process color (four color CMYK) of #741611 color hex is 0.00, 0.81, 0.85, 0.55. Web safe color of #741611 is #660000. Color #741611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010110 00010001
Octal 164 26 21
Decimal 116 22 17
Hex 74 16 11

RGB Percentages of Color #741611

%74.84
%14.19
%10.97

CMYK Percentages of Color #741611

%0
%81
%85
%55

Triadic Colors of #741611

#741611 #117416 #161174

Analogous Colors of #741611

#741611 #744811 #74113d

Monochromatic Colors of #741611

#741611

Complementary Color

#741611 #116f74

#741611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741611 Color CSS Codes

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

#741611 Text Font Color

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

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


#741611 Background Color

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

This div background color is #741611


#741611 Border Color

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

This div border color is #741611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741611


Comments

No comments written yet.

Please login to write comment.