Color Hex Logo

#872121 Color Hex

#872121
(135,33,33)
0 Favorites   0 Comments

Color spaces of #872121

RGB 1353333
HSL0.000.610.33
HSV76°53°
CMYK 0.000.760.76   0.47
XYZ10.81006.34842.0945
Yxy6.34840.56150.3297
Hunter Lab25.196032.489812.7086
CIE-Lab30.275042.790126.1961

#872121 color RGB value is (135,33,33).

#872121 hex color red value is 135, green value is 33 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #872121 hue: 0.00 , saturation: 0.61 and the lightness value of 872121 is 0.33.

The process color (four color CMYK) of #872121 color hex is 0.00, 0.76, 0.76, 0.47. Web safe color of #872121 is #993333. Color #872121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100001 00100001
Octal 207 41 41
Decimal 135 33 33
Hex 87 21 21

RGB Percentages of Color #872121

%67.16
%16.42
%16.42

CMYK Percentages of Color #872121

%0
%76
%76
%47

Triadic Colors of #872121

#872121 #218721 #212187

Analogous Colors of #872121

#872121 #875421 #872154

Monochromatic Colors of #872121

#872121

Complementary Color

#872121 #218787

#872121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872121 Color CSS Codes

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

#872121 Text Font Color

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

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


#872121 Background Color

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

This div background color is #872121


#872121 Border Color

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

This div border color is #872121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872121

#872121 Color Palettes


Comments

No comments written yet.

Please login to write comment.