Color Hex Logo

#541015 Color Hex

#541015
(84,16,21)
0 Favorites   0 Comments

Color spaces of #541015

RGB 841621
HSL0.990.680.20
HSV356°81°33°
CMYK 0.000.810.75   0.67
XYZ3.97682.30950.9457
Yxy2.30950.54990.3193
Hunter Lab15.197020.11556.9484
CIE-Lab17.034231.192015.8426

#541015 color RGB value is (84,16,21).

#541015 hex color red value is 84, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #541015 hue: 0.99 , saturation: 0.68 and the lightness value of 541015 is 0.20.

The process color (four color CMYK) of #541015 color hex is 0.00, 0.81, 0.75, 0.67. Web safe color of #541015 is #660000. Color #541015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010000 00010101
Octal 124 20 25
Decimal 84 16 21
Hex 54 10 15

RGB Percentages of Color #541015

%69.42
%13.22
%17.36

CMYK Percentages of Color #541015

%0
%81
%75
%67

Triadic Colors of #541015

#541015 #155410 #101554

Analogous Colors of #541015

#541015 #542d10 #541037

Monochromatic Colors of #541015

#541015

Complementary Color

#541015 #10544f

#541015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541015 Color CSS Codes

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

#541015 Text Font Color

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

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


#541015 Background Color

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

This div background color is #541015


#541015 Border Color

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

This div border color is #541015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541015


Comments

No comments written yet.

Please login to write comment.