Color Hex Logo

#a51927 Color Hex

#A51927
(165,25,39)
0 Favorites   0 Comments

Color spaces of #a51927

RGB 1652539
HSL0.980.740.37
HSV354°85°65°
CMYK 0.000.850.76   0.35
XYZ16.23098.84112.7705
Yxy8.84110.58300.3175
Hunter Lab29.734045.403415.2894
CIE-Lab35.676554.655230.2724

#a51927 color RGB value is (165,25,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 00100111
Octal 245 31 47
Decimal 165 25 39
Hex A5 19 27

RGB Percentages of Color #a51927

%72.05
%10.92
%17.03

CMYK Percentages of Color #a51927

%0
%85
%76
%35

Triadic Colors of #a51927

#a51927 #27a519 #1927a5

Analogous Colors of #a51927

#a51927 #a55119 #a5196d

Monochromatic Colors of #a51927

#a51927

Complementary Color

#a51927 #19a597

#a51927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51927 Color CSS Codes

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

#a51927 Text Font Color

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

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


#a51927 Background Color

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

This div background color is #a51927


#a51927 Border Color

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

This div border color is #a51927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51927


Comments

No comments written yet.

Please login to write comment.