Color Hex Logo

#741525 Color Hex

#741525
(116,21,37)
0 Favorites   0 Comments

Color spaces of #741525

RGB 1162137
HSL0.970.690.27
HSV350°82°45°
CMYK 0.000.820.68   0.55
XYZ7.80464.38292.1849
Yxy4.38290.54300.3050
Hunter Lab20.935429.90708.4670
CIE-Lab24.898941.035416.1669

#741525 color RGB value is (116,21,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 00100101
Octal 164 25 45
Decimal 116 21 37
Hex 74 15 25

RGB Percentages of Color #741525

%66.67
%12.07
%21.26

CMYK Percentages of Color #741525

%0
%82
%68
%55

Triadic Colors of #741525

#741525 #257415 #152574

Analogous Colors of #741525

#741525 #743515 #741555

Monochromatic Colors of #741525

#741525

Complementary Color

#741525 #157464

#741525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741525 Color CSS Codes

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

#741525 Text Font Color

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

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


#741525 Background Color

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

This div background color is #741525


#741525 Border Color

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

This div border color is #741525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741525


Comments

No comments written yet.

Please login to write comment.