Color Hex Logo

#741638 Color Hex

#741638
(116,22,56)
0 Favorites   0 Comments

Color spaces of #741638

RGB 1162256
HSL0.940.680.27
HSV338°81°45°
CMYK 0.000.810.52   0.55
XYZ8.20324.57234.1916
Yxy4.57230.48350.2695
Hunter Lab21.382931.05833.3457
CIE-Lab25.479842.17033.9858

#741638 color RGB value is (116,22,56).

#741638 hex color red value is 116, green value is 22 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #741638 hue: 0.94 , saturation: 0.68 and the lightness value of 741638 is 0.27.

The process color (four color CMYK) of #741638 color hex is 0.00, 0.81, 0.52, 0.55. Web safe color of #741638 is #660033. Color #741638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010110 00111000
Octal 164 26 70
Decimal 116 22 56
Hex 74 16 38

RGB Percentages of Color #741638

%59.79
%11.34
%28.87

CMYK Percentages of Color #741638

%0
%81
%52
%55

Triadic Colors of #741638

#741638 #387416 #163874

Analogous Colors of #741638

#741638 #742316 #741667

Monochromatic Colors of #741638

#741638

Complementary Color

#741638 #167452

#741638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741638 Color CSS Codes

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

#741638 Text Font Color

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

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


#741638 Background Color

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

This div background color is #741638


#741638 Border Color

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

This div border color is #741638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741638


Comments

No comments written yet.

Please login to write comment.