Color Hex Logo

#531219 Color Hex

#531219
(83,18,25)
0 Favorites   0 Comments

Color spaces of #531219

RGB 831825
HSL0.980.640.20
HSV354°78°33°
CMYK 0.000.780.70   0.67
XYZ3.95912.34181.1630
Yxy2.34180.53040.3138
Hunter Lab15.302919.40056.2061
CIE-Lab17.187530.273313.1742

#531219 color RGB value is (83,18,25).

#531219 hex color red value is 83, green value is 18 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #531219 hue: 0.98 , saturation: 0.64 and the lightness value of 531219 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010010 00011001
Octal 123 22 31
Decimal 83 18 25
Hex 53 12 19

RGB Percentages of Color #531219

%65.87
%14.29
%19.84

CMYK Percentages of Color #531219

%0
%78
%70
%67

Triadic Colors of #531219

#531219 #195312 #121953

Analogous Colors of #531219

#531219 #532c12 #53123a

Monochromatic Colors of #531219

#531219

Complementary Color

#531219 #12534c

#531219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531219 Color CSS Codes

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

#531219 Text Font Color

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

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


#531219 Background Color

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

This div background color is #531219


#531219 Border Color

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

This div border color is #531219


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,18,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531219; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531219;
  -webkit-box-shadow: 1px 1px 3px 2px #531219;
  box-shadow:         1px 1px 3px 2px #531219; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,18,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531219


Comments

No comments written yet.

Please login to write comment.