Color Hex Logo

#741545 Color Hex

#741545
(116,21,69)
0 Favorites   0 Comments

Color spaces of #741545

RGB 1162169
HSL0.920.690.27
HSV330°82°45°
CMYK 0.000.820.41   0.55
XYZ8.54484.67906.0830
Yxy4.67900.44260.2423
Hunter Lab21.631032.6578-1.5316
CIE-Lab25.799943.8157-4.3879

#741545 color RGB value is (116,21,69).

#741545 hex color red value is 116, green value is 21 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #741545 hue: 0.92 , saturation: 0.69 and the lightness value of 741545 is 0.27.

The process color (four color CMYK) of #741545 color hex is 0.00, 0.82, 0.41, 0.55. Web safe color of #741545 is #660033. Color #741545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 01000101
Octal 164 25 105
Decimal 116 21 69
Hex 74 15 45

RGB Percentages of Color #741545

%56.31
%10.19
%33.50

CMYK Percentages of Color #741545

%0
%82
%41
%55

Triadic Colors of #741545

#741545 #457415 #154574

Analogous Colors of #741545

#741545 #741515 #741574

Monochromatic Colors of #741545

#741545

Complementary Color

#741545 #157444

#741545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741545 Color CSS Codes

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

#741545 Text Font Color

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

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


#741545 Background Color

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

This div background color is #741545


#741545 Border Color

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

This div border color is #741545


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,21,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741545


Comments

No comments written yet.

Please login to write comment.