Color Hex Logo

#a71826 Color Hex

#A71826
(167,24,38)
0 Favorites   0 Comments

Color spaces of #a71826

RGB 1672438
HSL0.980.750.37
HSV354°86°65°
CMYK 0.000.860.77   0.35
XYZ16.61289.00872.6970
Yxy9.00870.58660.3181
Hunter Lab30.014546.273115.6826
CIE-Lab36.001055.415331.3567

#a71826 color RGB value is (167,24,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011000 00100110
Octal 247 30 46
Decimal 167 24 38
Hex A7 18 26

RGB Percentages of Color #a71826

%72.93
%10.48
%16.59

CMYK Percentages of Color #a71826

%0
%86
%77
%35

Triadic Colors of #a71826

#a71826 #26a718 #1826a7

Analogous Colors of #a71826

#a71826 #a75218 #a7186e

Monochromatic Colors of #a71826

#a71826

Complementary Color

#a71826 #18a799

#a71826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71826 Color CSS Codes

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

#a71826 Text Font Color

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

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


#a71826 Background Color

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

This div background color is #a71826


#a71826 Border Color

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

This div border color is #a71826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71826


Comments

No comments written yet.

Please login to write comment.