Color Hex Logo

#74190d Color Hex

#74190D
(116,25,13)
0 Favorites   0 Comments

Color spaces of #74190d

RGB 1162513
HSL0.020.800.25
HSV89°45°
CMYK 0.000.780.89   0.55
XYZ7.62274.43730.8355
Yxy4.43730.59110.3441
Hunter Lab21.064927.729812.3938
CIE-Lab25.067438.607431.2692

#74190d color RGB value is (116,25,13).

#74190d hex color red value is 116, green value is 25 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #74190d hue: 0.02 , saturation: 0.80 and the lightness value of 74190d is 0.25.

The process color (four color CMYK) of #74190d color hex is 0.00, 0.78, 0.89, 0.55. Web safe color of #74190d is #660000. Color #74190d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 00001101
Octal 164 31 15
Decimal 116 25 13
Hex 74 19 D

RGB Percentages of Color #74190d

%75.32
%16.23
%8.44

CMYK Percentages of Color #74190d

%0
%78
%89
%55

Triadic Colors of #74190d

#74190d #0d7419 #190d74

Analogous Colors of #74190d

#74190d #744d0d #740d34

Monochromatic Colors of #74190d

#74190d

Complementary Color

#74190d #0d6874

#74190d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74190d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74190d Color CSS Codes

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

#74190d Text Font Color

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

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


#74190d Background Color

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

This div background color is #74190d


#74190d Border Color

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

This div border color is #74190d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74190d


Comments

No comments written yet.

Please login to write comment.