Color Hex Logo

#a61d3b Color Hex

#A61D3B
(166,29,59)
0 Favorites   0 Comments

Color spaces of #a61d3b

RGB 1662959
HSL0.960.700.38
HSV347°83°65°
CMYK 0.000.830.64   0.35
XYZ16.95479.30155.0394
Yxy9.30150.54180.2972
Hunter Lab30.498445.859911.5521
CIE-Lab36.558454.917618.8105

#a61d3b color RGB value is (166,29,59).

#a61d3b hex color red value is 166, green value is 29 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a61d3b hue: 0.96 , saturation: 0.70 and the lightness value of a61d3b is 0.38.

The process color (four color CMYK) of #a61d3b color hex is 0.00, 0.83, 0.64, 0.35. Web safe color of #a61d3b is #993333. Color #a61d3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 00111011
Octal 246 35 73
Decimal 166 29 59
Hex A6 1D 3B

RGB Percentages of Color #a61d3b

%65.35
%11.42
%23.23

CMYK Percentages of Color #a61d3b

%0
%83
%64
%35

Triadic Colors of #a61d3b

#a61d3b #3ba61d #1d3ba6

Analogous Colors of #a61d3b

#a61d3b #a6441d #a61d80

Monochromatic Colors of #a61d3b

#a61d3b

Complementary Color

#a61d3b #1da688

#a61d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61d3b Color CSS Codes

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

#a61d3b Text Font Color

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

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


#a61d3b Background Color

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

This div background color is #a61d3b


#a61d3b Border Color

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

This div border color is #a61d3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,29,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a61d3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a61d3b;
  -webkit-box-shadow: 1px 1px 3px 2px #a61d3b;
  box-shadow:         1px 1px 3px 2px #a61d3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,29,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61d3b


Comments

No comments written yet.

Please login to write comment.