Color Hex Logo

#51221c Color Hex

#51221C
(81,34,28)
0 Favorites   0 Comments

Color spaces of #51221c

RGB 813428
HSL0.020.490.21
HSV65°32°
CMYK 0.000.580.65   0.68
XYZ4.17502.97721.4532
Yxy2.97720.48520.3460
Hunter Lab17.254612.99537.0847
CIE-Lab19.952421.450914.5460

#51221c color RGB value is (81,34,28).

#51221c hex color red value is 81, green value is 34 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #51221c hue: 0.02 , saturation: 0.49 and the lightness value of 51221c is 0.21.

The process color (four color CMYK) of #51221c color hex is 0.00, 0.58, 0.65, 0.68. Web safe color of #51221c is #663333. Color #51221c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 00011100
Octal 121 42 34
Decimal 81 34 28
Hex 51 22 1C

RGB Percentages of Color #51221c

%56.64
%23.78
%19.58

CMYK Percentages of Color #51221c

%0
%58
%65
%68

Triadic Colors of #51221c

#51221c #1c5122 #221c51

Analogous Colors of #51221c

#51221c #513d1c #511c31

Monochromatic Colors of #51221c

#51221c

Complementary Color

#51221c #1c4b51

#51221c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51221c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51221c Color CSS Codes

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

#51221c Text Font Color

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

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


#51221c Background Color

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

This div background color is #51221c


#51221c Border Color

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

This div border color is #51221c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,34,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51221c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51221c;
  -webkit-box-shadow: 1px 1px 3px 2px #51221c;
  box-shadow:         1px 1px 3px 2px #51221c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,34,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51221c

#51221c Color Palettes


Comments

No comments written yet.

Please login to write comment.