Color Hex Logo

#551311 Color Hex

#551311
(85,19,17)
0 Favorites   0 Comments

Color spaces of #551311

RGB 851917
HSL0.000.670.20
HSV80°33°
CMYK 0.000.780.80   0.67
XYZ4.08042.43750.7857
Yxy2.43750.55870.3337
Hunter Lab15.612519.33007.9450
CIE-Lab17.633630.103019.1645

#551311 color RGB value is (85,19,17).

#551311 hex color red value is 85, green value is 19 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #551311 hue: 0.00 , saturation: 0.67 and the lightness value of 551311 is 0.20.

The process color (four color CMYK) of #551311 color hex is 0.00, 0.78, 0.80, 0.67. Web safe color of #551311 is #660000. Color #551311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010011 00010001
Octal 125 23 21
Decimal 85 19 17
Hex 55 13 11

RGB Percentages of Color #551311

%70.25
%15.70
%14.05

CMYK Percentages of Color #551311

%0
%78
%80
%67

Triadic Colors of #551311

#551311 #115513 #131155

Analogous Colors of #551311

#551311 #553511 #551131

Monochromatic Colors of #551311

#551311

Complementary Color

#551311 #115355

#551311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551311 Color CSS Codes

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

#551311 Text Font Color

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

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


#551311 Background Color

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

This div background color is #551311


#551311 Border Color

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

This div border color is #551311


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,19,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551311


Comments

No comments written yet.

Please login to write comment.