Color Hex Logo

#851931 Color Hex

#851931
(133,25,49)
0 Favorites   0 Comments

Color spaces of #851931

RGB 1332549
HSL0.960.680.31
HSV347°81°52°
CMYK 0.000.810.63   0.48
XYZ10.57495.90363.4879
Yxy5.90360.52960.2957
Hunter Lab24.297335.16818.4970
CIE-Lab29.167945.792614.3576

#851931 color RGB value is (133,25,49).

#851931 hex color red value is 133, green value is 25 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #851931 hue: 0.96 , saturation: 0.68 and the lightness value of 851931 is 0.31.

The process color (four color CMYK) of #851931 color hex is 0.00, 0.81, 0.63, 0.48. Web safe color of #851931 is #990033. Color #851931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011001 00110001
Octal 205 31 61
Decimal 133 25 49
Hex 85 19 31

RGB Percentages of Color #851931

%64.25
%12.08
%23.67

CMYK Percentages of Color #851931

%0
%81
%63
%48

Triadic Colors of #851931

#851931 #318519 #193185

Analogous Colors of #851931

#851931 #853719 #851967

Monochromatic Colors of #851931

#851931

Complementary Color

#851931 #19856d

#851931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851931 Color CSS Codes

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

#851931 Text Font Color

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

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


#851931 Background Color

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

This div background color is #851931


#851931 Border Color

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

This div border color is #851931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851931


Comments

No comments written yet.

Please login to write comment.