Color Hex Logo

#550f1f Color Hex

#550F1F
(85,15,31)
0 Favorites   0 Comments

Color spaces of #550f1f

RGB 851531
HSL0.960.700.20
HSV346°82°33°
CMYK 0.000.820.64   0.67
XYZ4.16452.37191.5346
Yxy2.37190.51600.2939
Hunter Lab15.401021.31564.8728
CIE-Lab17.329132.61009.1534

#550f1f color RGB value is (85,15,31).

#550f1f hex color red value is 85, green value is 15 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #550f1f hue: 0.96 , saturation: 0.70 and the lightness value of 550f1f is 0.20.

The process color (four color CMYK) of #550f1f color hex is 0.00, 0.82, 0.64, 0.67. Web safe color of #550f1f is #660033. Color #550f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001111 00011111
Octal 125 17 37
Decimal 85 15 31
Hex 55 F 1F

RGB Percentages of Color #550f1f

%64.89
%11.45
%23.66

CMYK Percentages of Color #550f1f

%0
%82
%64
%67

Triadic Colors of #550f1f

#550f1f #1f550f #0f1f55

Analogous Colors of #550f1f

#550f1f #55220f #550f42

Monochromatic Colors of #550f1f

#550f1f

Complementary Color

#550f1f #0f5545

#550f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#550f1f Color CSS Codes

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

#550f1f Text Font Color

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

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


#550f1f Background Color

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

This div background color is #550f1f


#550f1f Border Color

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

This div border color is #550f1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,15,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550f1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550f1f;
  -webkit-box-shadow: 1px 1px 3px 2px #550f1f;
  box-shadow:         1px 1px 3px 2px #550f1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550f1f


Comments

No comments written yet.

Please login to write comment.