Color Hex Logo

#741939 Color Hex

#741939
(116,25,57)
0 Favorites   0 Comments

Color spaces of #741939

RGB 1162557
HSL0.940.650.28
HSV339°78°45°
CMYK 0.000.780.51   0.55
XYZ8.28864.70374.3419
Yxy4.70370.47820.2714
Hunter Lab21.688030.26413.3119
CIE-Lab25.873441.23793.8667

#741939 color RGB value is (116,25,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 00111001
Octal 164 31 71
Decimal 116 25 57
Hex 74 19 39

RGB Percentages of Color #741939

%58.59
%12.63
%28.79

CMYK Percentages of Color #741939

%0
%78
%51
%55

Triadic Colors of #741939

#741939 #397419 #193974

Analogous Colors of #741939

#741939 #742719 #741967

Monochromatic Colors of #741939

#741939

Complementary Color

#741939 #197454

#741939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741939 Color CSS Codes

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

#741939 Text Font Color

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

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


#741939 Background Color

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

This div background color is #741939


#741939 Border Color

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

This div border color is #741939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741939


Comments

No comments written yet.

Please login to write comment.