Color Hex Logo

#813139 Color Hex

#813139
(129,49,57)
0 Favorites   0 Comments

Color spaces of #813139

RGB 1294957
HSL0.980.450.35
HSV354°62°51°
CMYK 0.000.620.56   0.49
XYZ10.89017.15924.6788
Yxy7.15920.47910.3150
Hunter Lab26.756725.82628.3619
CIE-Lab32.166635.233212.9937

#813139 color RGB value is (129,49,57).

#813139 hex color red value is 129, green value is 49 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #813139 hue: 0.98 , saturation: 0.45 and the lightness value of 813139 is 0.35.

The process color (four color CMYK) of #813139 color hex is 0.00, 0.62, 0.56, 0.49. Web safe color of #813139 is #993333. Color #813139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 00111001
Octal 201 61 71
Decimal 129 49 57
Hex 81 31 39

RGB Percentages of Color #813139

%54.89
%20.85
%24.26

CMYK Percentages of Color #813139

%0
%62
%56
%49

Triadic Colors of #813139

#813139 #398131 #313981

Analogous Colors of #813139

#813139 #815131 #813161

Monochromatic Colors of #813139

#813139

Complementary Color

#813139 #318179

#813139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813139 Color CSS Codes

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

#813139 Text Font Color

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

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


#813139 Background Color

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

This div background color is #813139


#813139 Border Color

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

This div border color is #813139


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,49,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813139; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813139;
  -webkit-box-shadow: 1px 1px 3px 2px #813139;
  box-shadow:         1px 1px 3px 2px #813139; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,49,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813139


Comments

No comments written yet.

Please login to write comment.