Color Hex Logo

#a51941 Color Hex

#A51941
(165,25,65)
0 Favorites   0 Comments

Color spaces of #a51941

RGB 1652565
HSL0.950.740.37
HSV343°85°65°
CMYK 0.000.850.61   0.35
XYZ16.81889.07625.8665
Yxy9.07620.52950.2858
Hunter Lab30.126746.92919.5433
CIE-Lab36.130656.007614.3416

#a51941 color RGB value is (165,25,65).

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

The process color (four color CMYK) of #a51941 color hex is 0.00, 0.85, 0.61, 0.35. Web safe color of #a51941 is #990033. Color #a51941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 01000001
Octal 245 31 101
Decimal 165 25 65
Hex A5 19 41

RGB Percentages of Color #a51941

%64.71
%9.80
%25.49

CMYK Percentages of Color #a51941

%0
%85
%61
%35

Triadic Colors of #a51941

#a51941 #41a519 #1941a5

Analogous Colors of #a51941

#a51941 #a53719 #a51987

Monochromatic Colors of #a51941

#a51941

Complementary Color

#a51941 #19a57d

#a51941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51941 Color CSS Codes

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

#a51941 Text Font Color

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

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


#a51941 Background Color

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

This div background color is #a51941


#a51941 Border Color

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

This div border color is #a51941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51941


Comments

No comments written yet.

Please login to write comment.