Color Hex Logo

#711713 Color Hex

#711713
(113,23,19)
0 Favorites   0 Comments

Color spaces of #711713

RGB 1132319
HSL0.010.710.26
HSV83°44°
CMYK 0.000.800.83   0.56
XYZ7.23404.17051.0398
Yxy4.17050.58130.3351
Hunter Lab20.421827.491811.2764
CIE-Lab24.227338.499626.9254

#711713 color RGB value is (113,23,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010111 00010011
Octal 161 27 23
Decimal 113 23 19
Hex 71 17 13

RGB Percentages of Color #711713

%72.90
%14.84
%12.26

CMYK Percentages of Color #711713

%0
%80
%83
%56

Triadic Colors of #711713

#711713 #137117 #171371

Analogous Colors of #711713

#711713 #714613 #71133e

Monochromatic Colors of #711713

#711713

Complementary Color

#711713 #136d71

#711713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711713 Color CSS Codes

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

#711713 Text Font Color

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

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


#711713 Background Color

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

This div background color is #711713


#711713 Border Color

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

This div border color is #711713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711713


Comments

No comments written yet.

Please login to write comment.