Color Hex Logo

#a91128 Color Hex

#A91128
(169,17,40)
0 Favorites   0 Comments

Color spaces of #a91128

RGB 1691740
HSL0.970.820.36
HSV351°90°66°
CMYK 0.000.900.76   0.34
XYZ16.94568.98912.8494
Yxy8.98910.58870.3123
Hunter Lab29.981848.419215.3525
CIE-Lab35.963357.432430.2136

#a91128 color RGB value is (169,17,40).

#a91128 hex color red value is 169, green value is 17 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a91128 hue: 0.97 , saturation: 0.82 and the lightness value of a91128 is 0.36.

The process color (four color CMYK) of #a91128 color hex is 0.00, 0.90, 0.76, 0.34. Web safe color of #a91128 is #990033. Color #a91128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 00101000
Octal 251 21 50
Decimal 169 17 40
Hex A9 11 28

RGB Percentages of Color #a91128

%74.78
%7.52
%17.70

CMYK Percentages of Color #a91128

%0
%90
%76
%34

Triadic Colors of #a91128

#a91128 #28a911 #1128a9

Analogous Colors of #a91128

#a91128 #a94611 #a91174

Monochromatic Colors of #a91128

#a91128

Complementary Color

#a91128 #11a992

#a91128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91128 Color CSS Codes

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

#a91128 Text Font Color

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

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


#a91128 Background Color

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

This div background color is #a91128


#a91128 Border Color

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

This div border color is #a91128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91128


Comments

No comments written yet.

Please login to write comment.