Color Hex Logo

#863141 Color Hex

#863141
(134,49,65)
0 Favorites   0 Comments

Color spaces of #863141

RGB 1344965
HSL0.970.460.36
HSV349°63°53°
CMYK 0.000.630.51   0.47
XYZ11.88407.64665.8506
Yxy7.64660.46820.3013
Hunter Lab27.652528.32076.8124
CIE-Lab33.235837.79879.4188

#863141 color RGB value is (134,49,65).

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

The process color (four color CMYK) of #863141 color hex is 0.00, 0.63, 0.51, 0.47. Web safe color of #863141 is #993333. Color #863141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 01000001
Octal 206 61 101
Decimal 134 49 65
Hex 86 31 41

RGB Percentages of Color #863141

%54.03
%19.76
%26.21

CMYK Percentages of Color #863141

%0
%63
%51
%47

Triadic Colors of #863141

#863141 #418631 #314186

Analogous Colors of #863141

#863141 #864c31 #86316c

Monochromatic Colors of #863141

#863141

Complementary Color

#863141 #318676

#863141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863141 Color CSS Codes

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

#863141 Text Font Color

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

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


#863141 Background Color

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

This div background color is #863141


#863141 Border Color

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

This div border color is #863141


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,49,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 #863141">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863141


Comments

No comments written yet.

Please login to write comment.