Color Hex Logo

#491824 Color Hex

#491824
(73,24,36)
0 Favorites   0 Comments

Color spaces of #491824

RGB 732436
HSL0.960.510.19
HSV345°67°29°
CMYK 0.000.670.51   0.71
XYZ3.39272.19711.9143
Yxy2.19710.45210.2928
Hunter Lab14.822614.91672.7187
CIE-Lab16.489424.58844.0110

#491824 color RGB value is (73,24,36).

#491824 hex color red value is 73, green value is 24 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #491824 hue: 0.96 , saturation: 0.51 and the lightness value of 491824 is 0.19.

The process color (four color CMYK) of #491824 color hex is 0.00, 0.67, 0.51, 0.71. Web safe color of #491824 is #330033. Color #491824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 00100100
Octal 111 30 44
Decimal 73 24 36
Hex 49 18 24

RGB Percentages of Color #491824

%54.89
%18.05
%27.07

CMYK Percentages of Color #491824

%0
%67
%51
%71

Triadic Colors of #491824

#491824 #244918 #182449

Analogous Colors of #491824

#491824 #492518 #49183d

Monochromatic Colors of #491824

#491824

Complementary Color

#491824 #18493d

#491824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491824 Color CSS Codes

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

#491824 Text Font Color

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

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


#491824 Background Color

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

This div background color is #491824


#491824 Border Color

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

This div border color is #491824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491824


Comments

No comments written yet.

Please login to write comment.