Color Hex Logo

#531121 Color Hex

#531121
(83,17,33)
0 Favorites   0 Comments

Color spaces of #531121

RGB 831733
HSL0.960.660.20
HSV345°80°33°
CMYK 0.000.800.60   0.67
XYZ4.04222.34971.6793
Yxy2.34970.50080.2911
Hunter Lab15.328720.24534.2347
CIE-Lab17.224831.31697.5005

#531121 color RGB value is (83,17,33).

#531121 hex color red value is 83, green value is 17 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #531121 hue: 0.96 , saturation: 0.66 and the lightness value of 531121 is 0.20.

The process color (four color CMYK) of #531121 color hex is 0.00, 0.80, 0.60, 0.67. Web safe color of #531121 is #660033. Color #531121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 00100001
Octal 123 21 41
Decimal 83 17 33
Hex 53 11 21

RGB Percentages of Color #531121

%62.41
%12.78
%24.81

CMYK Percentages of Color #531121

%0
%80
%60
%67

Triadic Colors of #531121

#531121 #215311 #112153

Analogous Colors of #531121

#531121 #532211 #531142

Monochromatic Colors of #531121

#531121

Complementary Color

#531121 #115343

#531121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531121 Color CSS Codes

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

#531121 Text Font Color

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

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


#531121 Background Color

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

This div background color is #531121


#531121 Border Color

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

This div border color is #531121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531121


Comments

No comments written yet.

Please login to write comment.