Color Hex Logo

#a51321 Color Hex

#A51321
(165,19,33)
0 Favorites   0 Comments

Color spaces of #a51321

RGB 1651933
HSL0.980.790.36
HSV354°88°65°
CMYK 0.000.880.80   0.35
XYZ16.02448.57492.2494
Yxy8.57490.59680.3194
Hunter Lab29.282946.434815.9436
CIE-Lab35.152655.732133.3161

#a51321 color RGB value is (165,19,33).

#a51321 hex color red value is 165, green value is 19 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a51321 hue: 0.98 , saturation: 0.79 and the lightness value of a51321 is 0.36.

The process color (four color CMYK) of #a51321 color hex is 0.00, 0.88, 0.80, 0.35. Web safe color of #a51321 is #990033. Color #a51321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010011 00100001
Octal 245 23 41
Decimal 165 19 33
Hex A5 13 21

RGB Percentages of Color #a51321

%76.04
%8.76
%15.21

CMYK Percentages of Color #a51321

%0
%88
%80
%35

Triadic Colors of #a51321

#a51321 #21a513 #1321a5

Analogous Colors of #a51321

#a51321 #a54e13 #a5136a

Monochromatic Colors of #a51321

#a51321

Complementary Color

#a51321 #13a597

#a51321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51321 Color CSS Codes

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

#a51321 Text Font Color

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

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


#a51321 Background Color

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

This div background color is #a51321


#a51321 Border Color

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

This div border color is #a51321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51321


Comments

No comments written yet.

Please login to write comment.