Color Hex Logo

#711915 Color Hex

#711915
(113,25,21)
0 Favorites   0 Comments

Color spaces of #711915

RGB 1132521
HSL0.010.690.26
HSV81°44°
CMYK 0.000.780.81   0.56
XYZ7.29304.26011.1474
Yxy4.26010.57420.3354
Hunter Lab20.640026.951711.1520
CIE-Lab24.513337.841126.0027

#711915 color RGB value is (113,25,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 00010101
Octal 161 31 25
Decimal 113 25 21
Hex 71 19 15

RGB Percentages of Color #711915

%71.07
%15.72
%13.21

CMYK Percentages of Color #711915

%0
%78
%81
%56

Triadic Colors of #711915

#711915 #157119 #191571

Analogous Colors of #711915

#711915 #714715 #71153f

Monochromatic Colors of #711915

#711915

Complementary Color

#711915 #156d71

#711915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711915 Color CSS Codes

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

#711915 Text Font Color

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

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


#711915 Background Color

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

This div background color is #711915


#711915 Border Color

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

This div border color is #711915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711915


Comments

No comments written yet.

Please login to write comment.