Color Hex Logo

#a71641 Color Hex

#A71641
(167,22,65)
0 Favorites   0 Comments

Color spaces of #a71641

RGB 1672265
HSL0.950.770.37
HSV342°87°65°
CMYK 0.000.870.61   0.35
XYZ17.17749.17105.8658
Yxy9.17100.53320.2847
Hunter Lab30.283748.25189.7144
CIE-Lab36.311557.209014.6565

#a71641 color RGB value is (167,22,65).

#a71641 hex color red value is 167, green value is 22 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a71641 hue: 0.95 , saturation: 0.77 and the lightness value of a71641 is 0.37.

The process color (four color CMYK) of #a71641 color hex is 0.00, 0.87, 0.61, 0.35. Web safe color of #a71641 is #990033. Color #a71641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010110 01000001
Octal 247 26 101
Decimal 167 22 65
Hex A7 16 41

RGB Percentages of Color #a71641

%65.75
%8.66
%25.59

CMYK Percentages of Color #a71641

%0
%87
%61
%35

Triadic Colors of #a71641

#a71641 #41a716 #1641a7

Analogous Colors of #a71641

#a71641 #a73416 #a7168a

Monochromatic Colors of #a71641

#a71641

Complementary Color

#a71641 #16a77c

#a71641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71641 Color CSS Codes

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

#a71641 Text Font Color

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

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


#a71641 Background Color

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

This div background color is #a71641


#a71641 Border Color

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

This div border color is #a71641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71641


Comments

No comments written yet.

Please login to write comment.