Color Hex Logo

#551221 Color Hex

#551221
(85,18,33)
0 Favorites   0 Comments

Color spaces of #551221

RGB 851833
HSL0.960.650.20
HSV347°79°33°
CMYK 0.000.790.61   0.67
XYZ4.23712.47371.6930
Yxy2.47370.50420.2944
Hunter Lab15.728020.56364.6275
CIE-Lab17.799231.60198.3560

#551221 color RGB value is (85,18,33).

#551221 hex color red value is 85, green value is 18 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #551221 hue: 0.96 , saturation: 0.65 and the lightness value of 551221 is 0.20.

The process color (four color CMYK) of #551221 color hex is 0.00, 0.79, 0.61, 0.67. Web safe color of #551221 is #660033. Color #551221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 00100001
Octal 125 22 41
Decimal 85 18 33
Hex 55 12 21

RGB Percentages of Color #551221

%62.50
%13.24
%24.26

CMYK Percentages of Color #551221

%0
%79
%61
%67

Triadic Colors of #551221

#551221 #215512 #122155

Analogous Colors of #551221

#551221 #552512 #551243

Monochromatic Colors of #551221

#551221

Complementary Color

#551221 #125546

#551221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551221 Color CSS Codes

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

#551221 Text Font Color

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

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


#551221 Background Color

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

This div background color is #551221


#551221 Border Color

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

This div border color is #551221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551221


Comments

No comments written yet.

Please login to write comment.