Color Hex Logo

#71261f Color Hex

#71261F
(113,38,31)
0 Favorites   0 Comments

Color spaces of #71261f

RGB 1133831
HSL0.010.570.28
HSV73°44°
CMYK 0.000.660.73   0.56
XYZ7.75054.99591.8521
Yxy4.99590.53090.3422
Hunter Lab22.351522.780610.7331
CIE-Lab26.723132.669322.2248

#71261f color RGB value is (113,38,31).

#71261f hex color red value is 113, green value is 38 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #71261f hue: 0.01 , saturation: 0.57 and the lightness value of 71261f is 0.28.

The process color (four color CMYK) of #71261f color hex is 0.00, 0.66, 0.73, 0.56. Web safe color of #71261f is #663333. Color #71261f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 00011111
Octal 161 46 37
Decimal 113 38 31
Hex 71 26 1F

RGB Percentages of Color #71261f

%62.09
%20.88
%17.03

CMYK Percentages of Color #71261f

%0
%66
%73
%56

Triadic Colors of #71261f

#71261f #1f7126 #261f71

Analogous Colors of #71261f

#71261f #714f1f #711f41

Monochromatic Colors of #71261f

#71261f

Complementary Color

#71261f #1f6a71

#71261f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71261f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71261f Color CSS Codes

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

#71261f Text Font Color

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

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


#71261f Background Color

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

This div background color is #71261f


#71261f Border Color

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

This div border color is #71261f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,38,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71261f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71261f;
  -webkit-box-shadow: 1px 1px 3px 2px #71261f;
  box-shadow:         1px 1px 3px 2px #71261f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71261f


Comments

No comments written yet.

Please login to write comment.