Color Hex Logo

#711316 Color Hex

#711316
(113,19,22)
0 Favorites   0 Comments

Color spaces of #711316

RGB 1131922
HSL0.990.710.26
HSV358°83°44°
CMYK 0.000.830.81   0.56
XYZ7.18774.03441.1589
Yxy4.03440.58050.3259
Hunter Lab20.085828.726010.6392
CIE-Lab23.784839.953624.6007

#711316 color RGB value is (113,19,22).

#711316 hex color red value is 113, green value is 19 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #711316 hue: 0.99 , saturation: 0.71 and the lightness value of 711316 is 0.26.

The process color (four color CMYK) of #711316 color hex is 0.00, 0.83, 0.81, 0.56. Web safe color of #711316 is #660000. Color #711316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 00010110
Octal 161 23 26
Decimal 113 19 22
Hex 71 13 16

RGB Percentages of Color #711316

%73.38
%12.34
%14.29

CMYK Percentages of Color #711316

%0
%83
%81
%56

Triadic Colors of #711316

#711316 #167113 #131671

Analogous Colors of #711316

#711316 #713f13 #711345

Monochromatic Colors of #711316

#711316

Complementary Color

#711316 #13716e

#711316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711316 Color CSS Codes

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

#711316 Text Font Color

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

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


#711316 Background Color

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

This div background color is #711316


#711316 Border Color

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

This div border color is #711316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711316


Comments

No comments written yet.

Please login to write comment.