Color Hex Logo

#511116 Color Hex

#511116
(81,17,22)
0 Favorites   0 Comments

Color spaces of #511116

RGB 811722
HSL0.990.650.19
HSV355°79°32°
CMYK 0.000.790.73   0.68
XYZ3.73862.20820.9882
Yxy2.20820.53910.3184
Hunter Lab14.860018.90346.4592
CIE-Lab16.544029.767714.3922

#511116 color RGB value is (81,17,22).

#511116 hex color red value is 81, green value is 17 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #511116 hue: 0.99 , saturation: 0.65 and the lightness value of 511116 is 0.19.

The process color (four color CMYK) of #511116 color hex is 0.00, 0.79, 0.73, 0.68. Web safe color of #511116 is #660000. Color #511116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 00010110
Octal 121 21 26
Decimal 81 17 22
Hex 51 11 16

RGB Percentages of Color #511116

%67.50
%14.17
%18.33

CMYK Percentages of Color #511116

%0
%79
%73
%68

Triadic Colors of #511116

#511116 #165111 #111651

Analogous Colors of #511116

#511116 #512c11 #511136

Monochromatic Colors of #511116

#511116

Complementary Color

#511116 #11514c

#511116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511116 Color CSS Codes

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

#511116 Text Font Color

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

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


#511116 Background Color

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

This div background color is #511116


#511116 Border Color

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

This div border color is #511116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511116


Comments

No comments written yet.

Please login to write comment.