Color Hex Logo

#741941 Color Hex

#741941
(116,25,65)
0 Favorites   0 Comments

Color spaces of #741941

RGB 1162565
HSL0.930.650.28
HSV334°78°45°
CMYK 0.000.780.44   0.55
XYZ8.50424.78995.4774
Yxy4.78990.45300.2552
Hunter Lab21.885831.05970.4815
CIE-Lab26.127642.0480-1.1965

#741941 color RGB value is (116,25,65).

#741941 hex color red value is 116, green value is 25 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #741941 hue: 0.93 , saturation: 0.65 and the lightness value of 741941 is 0.28.

The process color (four color CMYK) of #741941 color hex is 0.00, 0.78, 0.44, 0.55. Web safe color of #741941 is #660033. Color #741941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 01000001
Octal 164 31 101
Decimal 116 25 65
Hex 74 19 41

RGB Percentages of Color #741941

%56.31
%12.14
%31.55

CMYK Percentages of Color #741941

%0
%78
%44
%55

Triadic Colors of #741941

#741941 #417419 #194174

Analogous Colors of #741941

#741941 #741f19 #74196f

Monochromatic Colors of #741941

#741941

Complementary Color

#741941 #19744c

#741941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741941 Color CSS Codes

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

#741941 Text Font Color

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

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


#741941 Background Color

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

This div background color is #741941


#741941 Border Color

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

This div border color is #741941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741941


Comments

No comments written yet.

Please login to write comment.