Color Hex Logo

#a90713 Color Hex

#A90713
(169,7,19)
0 Favorites   0 Comments

Color spaces of #a90713

RGB 169719
HSL0.990.920.35
HSV356°96°66°
CMYK 0.000.960.89   0.34
XYZ16.55578.63401.4100
Yxy8.63400.62240.3246
Hunter Lab29.383749.151217.7235
CIE-Lab35.269858.246341.4303

#a90713 color RGB value is (169,7,19).

#a90713 hex color red value is 169, green value is 7 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a90713 hue: 0.99 , saturation: 0.92 and the lightness value of a90713 is 0.35.

The process color (four color CMYK) of #a90713 color hex is 0.00, 0.96, 0.89, 0.34. Web safe color of #a90713 is #990000. Color #a90713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000111 00010011
Octal 251 7 23
Decimal 169 7 19
Hex A9 7 13

RGB Percentages of Color #a90713

%86.67
%3.59
%9.74

CMYK Percentages of Color #a90713

%0
%96
%89
%34

Triadic Colors of #a90713

#a90713 #13a907 #0713a9

Analogous Colors of #a90713

#a90713 #a94c07 #a90764

Monochromatic Colors of #a90713

#a90713

Complementary Color

#a90713 #07a99d

#a90713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90713 Color CSS Codes

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

#a90713 Text Font Color

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

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


#a90713 Background Color

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

This div background color is #a90713


#a90713 Border Color

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

This div border color is #a90713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90713


Comments

No comments written yet.

Please login to write comment.