Color Hex Logo

#531319 Color Hex

#531319
(83,19,25)
0 Favorites   0 Comments

Color spaces of #531319

RGB 831925
HSL0.980.630.20
HSV354°77°33°
CMYK 0.000.770.70   0.67
XYZ3.97562.37491.1686
Yxy2.37490.52870.3158
Hunter Lab15.410719.08006.2915
CIE-Lab17.343129.843013.3719

#531319 color RGB value is (83,19,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 00011001
Octal 123 23 31
Decimal 83 19 25
Hex 53 13 19

RGB Percentages of Color #531319

%65.35
%14.96
%19.69

CMYK Percentages of Color #531319

%0
%77
%70
%67

Triadic Colors of #531319

#531319 #195313 #131953

Analogous Colors of #531319

#531319 #532d13 #531339

Monochromatic Colors of #531319

#531319

Complementary Color

#531319 #13534d

#531319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531319 Color CSS Codes

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

#531319 Text Font Color

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

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


#531319 Background Color

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

This div background color is #531319


#531319 Border Color

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

This div border color is #531319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531319


Comments

No comments written yet.

Please login to write comment.