Color Hex Logo

#813131 Color Hex

#813131
(129,49,49)
1 Favorites   0 Comments

Color spaces of #813131

RGB 1294949
HSL0.000.450.35
HSV62°51°
CMYK 0.000.620.62   0.49
XYZ10.70607.08553.7091
Yxy7.08550.49790.3295
Hunter Lab26.618625.210110.3714
CIE-Lab32.000834.571917.9264

#813131 color RGB value is (129,49,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 00110001
Octal 201 61 61
Decimal 129 49 49
Hex 81 31 31

RGB Percentages of Color #813131

%56.83
%21.59
%21.59

CMYK Percentages of Color #813131

%0
%62
%62
%49

Triadic Colors of #813131

#813131 #318131 #313181

Analogous Colors of #813131

#813131 #815931 #813159

Monochromatic Colors of #813131

#813131

Complementary Color

#813131 #318181

#813131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813131 Color CSS Codes

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

#813131 Text Font Color

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

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


#813131 Background Color

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

This div background color is #813131


#813131 Border Color

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

This div border color is #813131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813131

#813131 Color Palettes


Comments

No comments written yet.

Please login to write comment.