Color Hex Logo

#51141b Color Hex

#51141B
(81,20,27)
0 Favorites   0 Comments

Color spaces of #51141b

RGB 812027
HSL0.980.600.20
HSV353°75°32°
CMYK 0.000.750.67   0.68
XYZ3.84132.32881.2839
Yxy2.32880.51530.3124
Hunter Lab15.260418.22575.6941
CIE-Lab17.126028.802211.5919

#51141b color RGB value is (81,20,27).

#51141b hex color red value is 81, green value is 20 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #51141b hue: 0.98 , saturation: 0.60 and the lightness value of 51141b is 0.20.

The process color (four color CMYK) of #51141b color hex is 0.00, 0.75, 0.67, 0.68. Web safe color of #51141b is #660033. Color #51141b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 00011011
Octal 121 24 33
Decimal 81 20 27
Hex 51 14 1B

RGB Percentages of Color #51141b

%63.28
%15.63
%21.09

CMYK Percentages of Color #51141b

%0
%75
%67
%68

Triadic Colors of #51141b

#51141b #1b5114 #141b51

Analogous Colors of #51141b

#51141b #512c14 #51143a

Monochromatic Colors of #51141b

#51141b

Complementary Color

#51141b #14514a

#51141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51141b Color CSS Codes

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

#51141b Text Font Color

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

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


#51141b Background Color

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

This div background color is #51141b


#51141b Border Color

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

This div border color is #51141b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,20,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51141b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51141b;
  -webkit-box-shadow: 1px 1px 3px 2px #51141b;
  box-shadow:         1px 1px 3px 2px #51141b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51141b


Comments

No comments written yet.

Please login to write comment.