Color Hex Logo

#a31625 Color Hex

#A31625
(163,22,37)
0 Favorites   0 Comments

Color spaces of #a31625

RGB 1632237
HSL0.980.760.36
HSV354°87°64°
CMYK 0.000.870.77   0.36
XYZ15.72518.49392.5609
Yxy8.49390.58720.3172
Hunter Lab29.144345.309015.1912
CIE-Lab34.991054.698030.6130

#a31625 color RGB value is (163,22,37).

#a31625 hex color red value is 163, green value is 22 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a31625 hue: 0.98 , saturation: 0.76 and the lightness value of a31625 is 0.36.

The process color (four color CMYK) of #a31625 color hex is 0.00, 0.87, 0.77, 0.36. Web safe color of #a31625 is #990033. Color #a31625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010110 00100101
Octal 243 26 45
Decimal 163 22 37
Hex A3 16 25

RGB Percentages of Color #a31625

%73.42
%9.91
%16.67

CMYK Percentages of Color #a31625

%0
%87
%77
%36

Triadic Colors of #a31625

#a31625 #25a316 #1625a3

Analogous Colors of #a31625

#a31625 #a34e16 #a3166c

Monochromatic Colors of #a31625

#a31625

Complementary Color

#a31625 #16a394

#a31625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31625 Color CSS Codes

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

#a31625 Text Font Color

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

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


#a31625 Background Color

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

This div background color is #a31625


#a31625 Border Color

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

This div border color is #a31625


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,22,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a31625; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a31625;
  -webkit-box-shadow: 1px 1px 3px 2px #a31625;
  box-shadow:         1px 1px 3px 2px #a31625; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,22,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31625


Comments

No comments written yet.

Please login to write comment.