Color Hex Logo

#851821 Color Hex

#851821
(133,24,33)
0 Favorites   0 Comments

Color spaces of #851821

RGB 1332433
HSL0.990.690.31
HSV355°82°52°
CMYK 0.000.820.75   0.48
XYZ10.27405.74962.0071
Yxy5.74960.56980.3189
Hunter Lab23.978334.519911.8220
CIE-Lab28.771745.197524.3603

#851821 color RGB value is (133,24,33).

#851821 hex color red value is 133, green value is 24 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #851821 hue: 0.99 , saturation: 0.69 and the lightness value of 851821 is 0.31.

The process color (four color CMYK) of #851821 color hex is 0.00, 0.82, 0.75, 0.48. Web safe color of #851821 is #990033. Color #851821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 00100001
Octal 205 30 41
Decimal 133 24 33
Hex 85 18 21

RGB Percentages of Color #851821

%70.00
%12.63
%17.37

CMYK Percentages of Color #851821

%0
%82
%75
%48

Triadic Colors of #851821

#851821 #218518 #182185

Analogous Colors of #851821

#851821 #854518 #851858

Monochromatic Colors of #851821

#851821

Complementary Color

#851821 #18857c

#851821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851821 Color CSS Codes

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

#851821 Text Font Color

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

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


#851821 Background Color

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

This div background color is #851821


#851821 Border Color

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

This div border color is #851821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851821


Comments

No comments written yet.

Please login to write comment.