Color Hex Logo

#851b10 Color Hex

#851B10
(133,27,16)
0 Favorites   0 Comments

Color spaces of #851b10

RGB 1332716
HSL0.020.790.29
HSV88°52°
CMYK 0.000.800.88   0.48
XYZ10.15835.80781.0758
Yxy5.80780.59610.3408
Hunter Lab24.099433.066914.2228
CIE-Lab28.922343.651134.5361

#851b10 color RGB value is (133,27,16).

#851b10 hex color red value is 133, green value is 27 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #851b10 hue: 0.02 , saturation: 0.79 and the lightness value of 851b10 is 0.29.

The process color (four color CMYK) of #851b10 color hex is 0.00, 0.80, 0.88, 0.48. Web safe color of #851b10 is #993300. Color #851b10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 00010000
Octal 205 33 20
Decimal 133 27 16
Hex 85 1B 10

RGB Percentages of Color #851b10

%75.57
%15.34
%9.09

CMYK Percentages of Color #851b10

%0
%80
%88
%48

Triadic Colors of #851b10

#851b10 #10851b #1b1085

Analogous Colors of #851b10

#851b10 #855510 #851040

Monochromatic Colors of #851b10

#851b10

Complementary Color

#851b10 #107a85

#851b10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851b10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851b10 Color CSS Codes

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

#851b10 Text Font Color

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

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


#851b10 Background Color

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

This div background color is #851b10


#851b10 Border Color

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

This div border color is #851b10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,27,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851b10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851b10;
  -webkit-box-shadow: 1px 1px 3px 2px #851b10;
  box-shadow:         1px 1px 3px 2px #851b10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851b10


Comments

No comments written yet.

Please login to write comment.