Color Hex Logo

#550949 Color Hex

#550949
(85,9,73)
0 Favorites   0 Comments

Color spaces of #550949

RGB 85973
HSL0.860.810.18
HSV309°89°33°
CMYK 0.000.890.14   0.67
XYZ5.04662.60776.5407
Yxy2.60770.35550.1837
Hunter Lab16.148427.5242-12.7108
CIE-Lab18.398839.6565-19.0198

#550949 color RGB value is (85,9,73).

#550949 hex color red value is 85, green value is 9 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #550949 hue: 0.86 , saturation: 0.81 and the lightness value of 550949 is 0.18.

The process color (four color CMYK) of #550949 color hex is 0.00, 0.89, 0.14, 0.67. Web safe color of #550949 is #660033. Color #550949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001001 01001001
Octal 125 11 111
Decimal 85 9 73
Hex 55 9 49

RGB Percentages of Color #550949

%50.90
%5.39
%43.71

CMYK Percentages of Color #550949

%0
%89
%14
%67

Triadic Colors of #550949

#550949 #495509 #094955

Analogous Colors of #550949

#550949 #550923 #3b0955

Monochromatic Colors of #550949

#550949

Complementary Color

#550949 #095515

#550949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550949 Color CSS Codes

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

#550949 Text Font Color

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

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


#550949 Background Color

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

This div background color is #550949


#550949 Border Color

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

This div border color is #550949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550949


Comments

No comments written yet.

Please login to write comment.