Color Hex Logo

#a1272e Color Hex

#A1272E
(161,39,46)
0 Favorites   0 Comments

Color spaces of #a1272e

RGB 1613946
HSL0.990.610.39
HSV357°76°63°
CMYK 0.000.760.71   0.37
XYZ15.91669.22543.5265
Yxy9.22540.55520.3218
Hunter Lab30.373340.386314.3775
CIE-Lab36.414749.671326.6185

#a1272e color RGB value is (161,39,46).

#a1272e hex color red value is 161, green value is 39 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a1272e hue: 0.99 , saturation: 0.61 and the lightness value of a1272e is 0.39.

The process color (four color CMYK) of #a1272e color hex is 0.00, 0.76, 0.71, 0.37. Web safe color of #a1272e is #993333. Color #a1272e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100111 00101110
Octal 241 47 56
Decimal 161 39 46
Hex A1 27 2E

RGB Percentages of Color #a1272e

%65.45
%15.85
%18.70

CMYK Percentages of Color #a1272e

%0
%76
%71
%37

Triadic Colors of #a1272e

#a1272e #2ea127 #272ea1

Analogous Colors of #a1272e

#a1272e #a15d27 #a1276b

Monochromatic Colors of #a1272e

#a1272e

Complementary Color

#a1272e #27a19a

#a1272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1272e Color CSS Codes

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

#a1272e Text Font Color

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

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


#a1272e Background Color

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

This div background color is #a1272e


#a1272e Border Color

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

This div border color is #a1272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1272e


Comments

No comments written yet.

Please login to write comment.