Color Hex Logo

#a13311 Color Hex

#A13311
(161,51,17)
0 Favorites   0 Comments

Color spaces of #a13311

RGB 1615117
HSL0.040.810.35
HSV14°89°63°
CMYK 0.000.680.89   0.37
XYZ15.98299.98521.6153
Yxy9.98520.57940.3620
Hunter Lab31.599434.986119.0888
CIE-Lab37.815944.013943.6430

#a13311 color RGB value is (161,51,17).

#a13311 hex color red value is 161, green value is 51 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a13311 hue: 0.04 , saturation: 0.81 and the lightness value of a13311 is 0.35.

The process color (four color CMYK) of #a13311 color hex is 0.00, 0.68, 0.89, 0.37. Web safe color of #a13311 is #993300. Color #a13311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 00010001
Octal 241 63 21
Decimal 161 51 17
Hex A1 33 11

RGB Percentages of Color #a13311

%70.31
%22.27
%7.42

CMYK Percentages of Color #a13311

%0
%68
%89
%37

Triadic Colors of #a13311

#a13311 #11a133 #3311a1

Analogous Colors of #a13311

#a13311 #a17b11 #a11137

Monochromatic Colors of #a13311

#a13311

Complementary Color

#a13311 #117fa1

#a13311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13311 Color CSS Codes

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

#a13311 Text Font Color

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

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


#a13311 Background Color

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

This div background color is #a13311


#a13311 Border Color

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

This div border color is #a13311


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,51,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a13311; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a13311;
  -webkit-box-shadow: 1px 1px 3px 2px #a13311;
  box-shadow:         1px 1px 3px 2px #a13311; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,51,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13311


Comments

No comments written yet.

Please login to write comment.