Color Hex Logo

#a1331e Color Hex

#A1331E
(161,51,30)
0 Favorites   0 Comments

Color spaces of #a1331e

RGB 1615130
HSL0.030.690.37
HSV10°81°63°
CMYK 0.000.680.81   0.37
XYZ16.116110.03852.3165
Yxy10.03850.56610.3526
Hunter Lab31.683635.349117.8436
CIE-Lab37.911444.366437.5323

#a1331e color RGB value is (161,51,30).

#a1331e hex color red value is 161, green value is 51 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a1331e hue: 0.03 , saturation: 0.69 and the lightness value of a1331e is 0.37.

The process color (four color CMYK) of #a1331e color hex is 0.00, 0.68, 0.81, 0.37. Web safe color of #a1331e is #993333. Color #a1331e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 00011110
Octal 241 63 36
Decimal 161 51 30
Hex A1 33 1E

RGB Percentages of Color #a1331e

%66.53
%21.07
%12.40

CMYK Percentages of Color #a1331e

%0
%68
%81
%37

Triadic Colors of #a1331e

#a1331e #1ea133 #331ea1

Analogous Colors of #a1331e

#a1331e #a1751e #a11e4b

Monochromatic Colors of #a1331e

#a1331e

Complementary Color

#a1331e #1e8ca1

#a1331e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1331e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1331e Color CSS Codes

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

#a1331e Text Font Color

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

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


#a1331e Background Color

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

This div background color is #a1331e


#a1331e Border Color

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

This div border color is #a1331e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1331e


Comments

No comments written yet.

Please login to write comment.