Color Hex Logo

#851041 Color Hex

#851041
(133,16,65)
0 Favorites   0 Comments

Color spaces of #851041

RGB 1331665
HSL0.930.790.29
HSV335°88°52°
CMYK 0.000.880.51   0.48
XYZ10.81235.73885.5389
Yxy5.73880.48950.2598
Hunter Lab23.955838.64223.0604
CIE-Lab28.743749.40763.0387

#851041 color RGB value is (133,16,65).

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

The process color (four color CMYK) of #851041 color hex is 0.00, 0.88, 0.51, 0.48. Web safe color of #851041 is #990033. Color #851041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010000 01000001
Octal 205 20 101
Decimal 133 16 65
Hex 85 10 41

RGB Percentages of Color #851041

%62.15
%7.48
%30.37

CMYK Percentages of Color #851041

%0
%88
%51
%48

Triadic Colors of #851041

#851041 #418510 #104185

Analogous Colors of #851041

#851041 #851a10 #85107c

Monochromatic Colors of #851041

#851041

Complementary Color

#851041 #108554

#851041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851041 Color CSS Codes

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

#851041 Text Font Color

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

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


#851041 Background Color

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

This div background color is #851041


#851041 Border Color

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

This div border color is #851041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851041


Comments

No comments written yet.

Please login to write comment.