Color Hex Logo

#531041 Color Hex

#531041
(83,16,65)
0 Favorites   0 Comments

Color spaces of #531041

RGB 831665
HSL0.880.680.19
HSV316°81°33°
CMYK 0.000.810.22   0.67
XYZ4.70672.59125.2531
Yxy2.59120.37500.2065
Hunter Lab16.097224.0219-8.0804
CIE-Lab18.326135.6524-13.6255

#531041 color RGB value is (83,16,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010000 01000001
Octal 123 20 101
Decimal 83 16 65
Hex 53 10 41

RGB Percentages of Color #531041

%50.61
%9.76
%39.63

CMYK Percentages of Color #531041

%0
%81
%22
%67

Triadic Colors of #531041

#531041 #415310 #104153

Analogous Colors of #531041

#531041 #531020 #431053

Monochromatic Colors of #531041

#531041

Complementary Color

#531041 #105322

#531041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531041 Color CSS Codes

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

#531041 Text Font Color

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

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


#531041 Background Color

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

This div background color is #531041


#531041 Border Color

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

This div border color is #531041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531041


Comments

No comments written yet.

Please login to write comment.