Color Hex Logo

#813541 Color Hex

#813541
(129,53,65)
0 Favorites   0 Comments

Color spaces of #813541

RGB 1295365
HSL0.970.420.36
HSV351°59°51°
CMYK 0.000.590.50   0.49
XYZ11.28057.59505.8725
Yxy7.59500.45580.3069
Hunter Lab27.559024.83566.6573
CIE-Lab33.124833.97129.1334

#813541 color RGB value is (129,53,65).

#813541 hex color red value is 129, green value is 53 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #813541 hue: 0.97 , saturation: 0.42 and the lightness value of 813541 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110101 01000001
Octal 201 65 101
Decimal 129 53 65
Hex 81 35 41

RGB Percentages of Color #813541

%52.23
%21.46
%26.32

CMYK Percentages of Color #813541

%0
%59
%50
%49

Triadic Colors of #813541

#813541 #418135 #354181

Analogous Colors of #813541

#813541 #814f35 #813567

Monochromatic Colors of #813541

#813541

Complementary Color

#813541 #358175

#813541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813541 Color CSS Codes

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

#813541 Text Font Color

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

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


#813541 Background Color

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

This div background color is #813541


#813541 Border Color

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

This div border color is #813541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813541


Comments

No comments written yet.

Please login to write comment.