Color Hex Logo

#a61021 Color Hex

#A61021
(166,16,33)
0 Favorites   0 Comments

Color spaces of #a61021

RGB 1661633
HSL0.980.820.36
HSV353°90°65°
CMYK 0.000.900.80   0.35
XYZ16.18578.58742.2433
Yxy8.58740.59910.3179
Hunter Lab29.304347.308915.9742
CIE-Lab35.177456.548733.4085

#a61021 color RGB value is (166,16,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010000 00100001
Octal 246 20 41
Decimal 166 16 33
Hex A6 10 21

RGB Percentages of Color #a61021

%77.21
%7.44
%15.35

CMYK Percentages of Color #a61021

%0
%90
%80
%35

Triadic Colors of #a61021

#a61021 #21a610 #1021a6

Analogous Colors of #a61021

#a61021 #a64a10 #a6106c

Monochromatic Colors of #a61021

#a61021

Complementary Color

#a61021 #10a695

#a61021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61021 Color CSS Codes

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

#a61021 Text Font Color

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

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


#a61021 Background Color

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

This div background color is #a61021


#a61021 Border Color

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

This div border color is #a61021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61021


Comments

No comments written yet.

Please login to write comment.