Color Hex Logo

#a71822 Color Hex

#A71822
(167,24,34)
0 Favorites   0 Comments

Color spaces of #a71822

RGB 1672434
HSL0.990.750.37
HSV356°86°65°
CMYK 0.000.860.80   0.35
XYZ16.55178.98432.3751
Yxy8.98430.59300.3219
Hunter Lab29.973846.114416.2836
CIE-Lab35.954055.274733.6941

#a71822 color RGB value is (167,24,34).

#a71822 hex color red value is 167, green value is 24 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a71822 hue: 0.99 , saturation: 0.75 and the lightness value of a71822 is 0.37.

The process color (four color CMYK) of #a71822 color hex is 0.00, 0.86, 0.80, 0.35. Web safe color of #a71822 is #990033. Color #a71822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011000 00100010
Octal 247 30 42
Decimal 167 24 34
Hex A7 18 22

RGB Percentages of Color #a71822

%74.22
%10.67
%15.11

CMYK Percentages of Color #a71822

%0
%86
%80
%35

Triadic Colors of #a71822

#a71822 #22a718 #1822a7

Analogous Colors of #a71822

#a71822 #a75618 #a7186a

Monochromatic Colors of #a71822

#a71822

Complementary Color

#a71822 #18a79d

#a71822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71822 Color CSS Codes

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

#a71822 Text Font Color

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

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


#a71822 Background Color

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

This div background color is #a71822


#a71822 Border Color

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

This div border color is #a71822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71822


Comments

No comments written yet.

Please login to write comment.