Color Hex Logo

#71212e Color Hex

#71212E
(113,33,46)
0 Favorites   0 Comments

Color spaces of #71212e

RGB 1133346
HSL0.970.550.29
HSV350°71°44°
CMYK 0.000.710.59   0.56
XYZ7.84714.79573.0968
Yxy4.79570.49860.3047
Hunter Lab21.899125.63856.9450
CIE-Lab26.144636.059811.6138

#71212e color RGB value is (113,33,46).

#71212e hex color red value is 113, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #71212e hue: 0.97 , saturation: 0.55 and the lightness value of 71212e is 0.29.

The process color (four color CMYK) of #71212e color hex is 0.00, 0.71, 0.59, 0.56. Web safe color of #71212e is #663333. Color #71212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 00101110
Octal 161 41 56
Decimal 113 33 46
Hex 71 21 2E

RGB Percentages of Color #71212e

%58.85
%17.19
%23.96

CMYK Percentages of Color #71212e

%0
%71
%59
%56

Triadic Colors of #71212e

#71212e #2e7121 #212e71

Analogous Colors of #71212e

#71212e #713c21 #712156

Monochromatic Colors of #71212e

#71212e

Complementary Color

#71212e #217164

#71212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71212e Color CSS Codes

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

#71212e Text Font Color

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

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


#71212e Background Color

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

This div background color is #71212e


#71212e Border Color

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

This div border color is #71212e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,33,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71212e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71212e;
  -webkit-box-shadow: 1px 1px 3px 2px #71212e;
  box-shadow:         1px 1px 3px 2px #71212e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71212e


Comments

No comments written yet.

Please login to write comment.