Color Hex Logo

#74212a Color Hex

#74212A
(116,33,42)
0 Favorites   0 Comments

Color spaces of #74212a

RGB 1163342
HSL0.980.560.29
HSV353°72°45°
CMYK 0.000.720.64   0.55
XYZ8.16424.96792.7191
Yxy4.96790.51510.3134
Hunter Lab22.288826.37778.3691
CIE-Lab26.643136.805115.0636

#74212a color RGB value is (116,33,42).

#74212a hex color red value is 116, green value is 33 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #74212a hue: 0.98 , saturation: 0.56 and the lightness value of 74212a is 0.29.

The process color (four color CMYK) of #74212a color hex is 0.00, 0.72, 0.64, 0.55. Web safe color of #74212a is #663333. Color #74212a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100001 00101010
Octal 164 41 52
Decimal 116 33 42
Hex 74 21 2A

RGB Percentages of Color #74212a

%60.73
%17.28
%21.99

CMYK Percentages of Color #74212a

%0
%72
%64
%55

Triadic Colors of #74212a

#74212a #2a7421 #212a74

Analogous Colors of #74212a

#74212a #744121 #742154

Monochromatic Colors of #74212a

#74212a

Complementary Color

#74212a #21746b

#74212a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74212a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74212a Color CSS Codes

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

#74212a Text Font Color

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

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


#74212a Background Color

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

This div background color is #74212a


#74212a Border Color

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

This div border color is #74212a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,33,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74212a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74212a;
  -webkit-box-shadow: 1px 1px 3px 2px #74212a;
  box-shadow:         1px 1px 3px 2px #74212a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74212a


Comments

No comments written yet.

Please login to write comment.