Color Hex Logo

#a41939 Color Hex

#A41939
(164,25,57)
0 Favorites   0 Comments

Color spaces of #a41939

RGB 1642557
HSL0.960.740.37
HSV346°85°64°
CMYK 0.000.850.65   0.36
XYZ16.39608.88324.7214
Yxy8.88320.54650.2961
Hunter Lab29.804746.037211.4711
CIE-Lab35.758455.239618.9746

#a41939 color RGB value is (164,25,57).

#a41939 hex color red value is 164, green value is 25 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a41939 hue: 0.96 , saturation: 0.74 and the lightness value of a41939 is 0.37.

The process color (four color CMYK) of #a41939 color hex is 0.00, 0.85, 0.65, 0.36. Web safe color of #a41939 is #990033. Color #a41939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 00111001
Octal 244 31 71
Decimal 164 25 57
Hex A4 19 39

RGB Percentages of Color #a41939

%66.67
%10.16
%23.17

CMYK Percentages of Color #a41939

%0
%85
%65
%36

Triadic Colors of #a41939

#a41939 #39a419 #1939a4

Analogous Colors of #a41939

#a41939 #a43f19 #a4197f

Monochromatic Colors of #a41939

#a41939

Complementary Color

#a41939 #19a484

#a41939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41939 Color CSS Codes

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

#a41939 Text Font Color

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

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


#a41939 Background Color

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

This div background color is #a41939


#a41939 Border Color

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

This div border color is #a41939


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,25,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a41939; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a41939;
  -webkit-box-shadow: 1px 1px 3px 2px #a41939;
  box-shadow:         1px 1px 3px 2px #a41939; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,25,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41939


Comments

No comments written yet.

Please login to write comment.