Color Hex Logo

#711519 Color Hex

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

Color spaces of #711519

RGB 1132125
HSL0.990.690.26
HSV357°81°44°
CMYK 0.000.810.78   0.56
XYZ7.25374.11721.3321
Yxy4.11720.57100.3241
Hunter Lab20.290928.302110.3112
CIE-Lab24.055239.433622.9761

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

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

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

Base Numbers

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

RGB Percentages of Color #711519

%71.07
%13.21
%15.72

CMYK Percentages of Color #711519

%0
%81
%78
%56

Triadic Colors of #711519

#711519 #197115 #151971

Analogous Colors of #711519

#711519 #713f15 #711547

Monochromatic Colors of #711519

#711519

Complementary Color

#711519 #15716d

#711519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711519 Color CSS Codes

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

#711519 Text Font Color

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

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


#711519 Background Color

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

This div background color is #711519


#711519 Border Color

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

This div border color is #711519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711519


Comments

No comments written yet.

Please login to write comment.