Color Hex Logo

#851635 Color Hex

#851635
(133,22,53)
0 Favorites   0 Comments

Color spaces of #851635

RGB 1332253
HSL0.950.720.30
HSV343°83°52°
CMYK 0.000.830.60   0.48
XYZ10.60245.81743.9322
Yxy5.81740.52100.2858
Hunter Lab24.119336.25667.2174
CIE-Lab28.947046.953111.3867

#851635 color RGB value is (133,22,53).

#851635 hex color red value is 133, green value is 22 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #851635 hue: 0.95 , saturation: 0.72 and the lightness value of 851635 is 0.30.

The process color (four color CMYK) of #851635 color hex is 0.00, 0.83, 0.60, 0.48. Web safe color of #851635 is #990033. Color #851635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010110 00110101
Octal 205 26 65
Decimal 133 22 53
Hex 85 16 35

RGB Percentages of Color #851635

%63.94
%10.58
%25.48

CMYK Percentages of Color #851635

%0
%83
%60
%48

Triadic Colors of #851635

#851635 #358516 #163585

Analogous Colors of #851635

#851635 #852f16 #85166d

Monochromatic Colors of #851635

#851635

Complementary Color

#851635 #168566

#851635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851635 Color CSS Codes

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

#851635 Text Font Color

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

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


#851635 Background Color

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

This div background color is #851635


#851635 Border Color

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

This div border color is #851635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851635


Comments

No comments written yet.

Please login to write comment.