Color Hex Logo

#531020 Color Hex

#531020
(83,16,32)
0 Favorites   0 Comments

Color spaces of #531020

RGB 831632
HSL0.960.680.19
HSV346°81°33°
CMYK 0.000.810.61   0.67
XYZ4.01332.31391.6016
Yxy2.31390.50620.2918
Hunter Lab15.211520.47414.4055
CIE-Lab17.055231.63117.9881

#531020 color RGB value is (83,16,32).

#531020 hex color red value is 83, green value is 16 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #531020 hue: 0.96 , saturation: 0.68 and the lightness value of 531020 is 0.19.

The process color (four color CMYK) of #531020 color hex is 0.00, 0.81, 0.61, 0.67. Web safe color of #531020 is #660033. Color #531020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010000 00100000
Octal 123 20 40
Decimal 83 16 32
Hex 53 10 20

RGB Percentages of Color #531020

%63.36
%12.21
%24.43

CMYK Percentages of Color #531020

%0
%81
%61
%67

Triadic Colors of #531020

#531020 #205310 #102053

Analogous Colors of #531020

#531020 #532210 #531042

Monochromatic Colors of #531020

#531020

Complementary Color

#531020 #105343

#531020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531020 Color CSS Codes

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

#531020 Text Font Color

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

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


#531020 Background Color

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

This div background color is #531020


#531020 Border Color

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

This div border color is #531020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531020


Comments

No comments written yet.

Please login to write comment.