Color Hex Logo

#851939 Color Hex

#851939
(133,25,57)
0 Favorites   0 Comments

Color spaces of #851939

RGB 1332557
HSL0.950.680.31
HSV342°81°52°
CMYK 0.000.810.57   0.48
XYZ10.75905.97724.4575
Yxy5.97720.50770.2820
Hunter Lab24.448335.76826.3039
CIE-Lab29.354946.37449.2682

#851939 color RGB value is (133,25,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011001 00111001
Octal 205 31 71
Decimal 133 25 57
Hex 85 19 39

RGB Percentages of Color #851939

%61.86
%11.63
%26.51

CMYK Percentages of Color #851939

%0
%81
%57
%48

Triadic Colors of #851939

#851939 #398519 #193985

Analogous Colors of #851939

#851939 #852f19 #85196f

Monochromatic Colors of #851939

#851939

Complementary Color

#851939 #198565

#851939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851939 Color CSS Codes

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

#851939 Text Font Color

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

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


#851939 Background Color

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

This div background color is #851939


#851939 Border Color

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

This div border color is #851939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851939


Comments

No comments written yet.

Please login to write comment.