Color Hex Logo

#a73241 Color Hex

#A73241
(167,50,65)
0 Favorites   0 Comments

Color spaces of #a73241

RGB 1675065
HSL0.980.540.43
HSV352°70°65°
CMYK 0.000.700.61   0.35
XYZ18.031110.87836.1504
Yxy10.87830.51430.3103
Hunter Lab32.982339.865312.0314
CIE-Lab39.374748.612918.7356

#a73241 color RGB value is (167,50,65).

#a73241 hex color red value is 167, green value is 50 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a73241 hue: 0.98 , saturation: 0.54 and the lightness value of a73241 is 0.43.

The process color (four color CMYK) of #a73241 color hex is 0.00, 0.70, 0.61, 0.35. Web safe color of #a73241 is #993333. Color #a73241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110010 01000001
Octal 247 62 101
Decimal 167 50 65
Hex A7 32 41

RGB Percentages of Color #a73241

%59.22
%17.73
%23.05

CMYK Percentages of Color #a73241

%0
%70
%61
%35

Triadic Colors of #a73241

#a73241 #41a732 #3241a7

Analogous Colors of #a73241

#a73241 #a75e32 #a7327c

Monochromatic Colors of #a73241

#a73241

Complementary Color

#a73241 #32a798

#a73241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73241 Color CSS Codes

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

#a73241 Text Font Color

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

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


#a73241 Background Color

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

This div background color is #a73241


#a73241 Border Color

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

This div border color is #a73241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,50,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 #a73241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73241


Comments

No comments written yet.

Please login to write comment.