Color Hex Logo

#550824 Color Hex

#550824
(85,8,36)
0 Favorites   0 Comments

Color spaces of #550824

RGB 85836
HSL0.940.830.18
HSV338°91°33°
CMYK 0.000.910.58   0.67
XYZ4.15162.23231.8811
Yxy2.23230.50230.2701
Hunter Lab14.940923.45302.9938
CIE-Lab16.662035.30344.6109

#550824 color RGB value is (85,8,36).

#550824 hex color red value is 85, green value is 8 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #550824 hue: 0.94 , saturation: 0.83 and the lightness value of 550824 is 0.18.

The process color (four color CMYK) of #550824 color hex is 0.00, 0.91, 0.58, 0.67. Web safe color of #550824 is #660033. Color #550824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 00100100
Octal 125 10 44
Decimal 85 8 36
Hex 55 8 24

RGB Percentages of Color #550824

%65.89
%6.20
%27.91

CMYK Percentages of Color #550824

%0
%91
%58
%67

Triadic Colors of #550824

#550824 #245508 #082455

Analogous Colors of #550824

#550824 #551308 #55084b

Monochromatic Colors of #550824

#550824

Complementary Color

#550824 #085539

#550824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550824 Color CSS Codes

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

#550824 Text Font Color

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

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


#550824 Background Color

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

This div background color is #550824


#550824 Border Color

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

This div border color is #550824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550824


Comments

No comments written yet.

Please login to write comment.