COLOR #541015

HEX: #541015 RGB: (84,16,21)

Color info

#541015 contains mainly red color. Web safe color of #541015 is #660000 (or #600).

RGB color model

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

RGB: (84,16,21) (33%, 6%, 8%)

RGB channels and saturation

R 84 of 255 = 33%
G 16 of 255 = 6%
B 21 of 255 = 8%

84
16
21

R + G + B ~ 16%. #541015 is dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 16 + 21 = 121 (100%)
R 84 of 121 ~ 69.42%
G 16 of 121 ~ 13.22%
B 21 of 121 ~ 17.36'%

%69.42
%13.22
%17.36

CMYK color model

#541015 color CMYK value is (0,81,75,67).

  • cyan value is 0.00%
  • magenta value is 80.95%
  • yellow value is 75.00%
  • key color value is 67.06%

CMYK: (0,81,75,67)
C0M81Y75K67 (0%, 81%, 75%, 67%)
(0.00 / 0.81 / 0.75 / 0.67)

CMYK percentages

%0
%80.95
%75
%67.06

Codes

Color #541015 in popluar color models

54 10 15
RGB 84 16 21
HSL 356° 68.00% 19.61%
HSB/HSV 356° 80.95% 32.94%
CMYK 0.00% 80.95% 75.00%
67.06%

Color #541015 in popluar number systems.

HEX 54 10 15
Decimal 84 16 21
Binary 1010100 10000 10101
Octal 124 20 25

Shades and tints

Shades of #541015

#541015
(84,16,21)
#4D0F14
(77,15,20)
#460E13
(70,14,19)
#3F0D12
(63,13,18)
#380C11
(56,12,17)
#310B10
(49,11,16)
#2A0A0F
(42,10,15)
#23090E
(35,9,14)
#1C080D
(28,8,13)
#15070C
(21,7,12)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #541015

#541015
(84,16,21)
#63252A
(99,37,42)
#723A3F
(114,58,63)
#814F54
(129,79,84)
#906469
(144,100,105)
#9F797E
(159,121,126)
#AE8E93
(174,142,147)
#BDA3A8
(189,163,168)
#CCB8BD
(204,184,189)
#DBCDD2
(219,205,210)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #541015 color. Also use rgb(84,16,21) instead hex code.

Text Font Color

.myTextColor { color: #541015; }

<p style="color:#541015">This sample text font color is #541015.</p>

This text font color is #541015.

Background Color

.myBgColor { background-color: #541015; }

<div style="background-color:#541015">Inner text</div>

This div background color is #541015.

Border color

.myBorderColor { border: 1px solid #541015; }

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

This div border color is #541015.

Opacity

.myOpacity80 { color: #541015; opacity: 0.8; }

<p style="color:#541015;opacity:0.8;">80%</p>

Text with #541015 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #541015;}

<p style="text-shadow: 3px 3px 1px #541015">Text here.</p>

This text has shadow with #541015 color.


.textShadow {text-shadow: 3px 3px 1px #541015', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #541015, 5px 5px 20px red">Text here.</p>

This text has shadow with #541015 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#541015, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#541015, Direction=45, Strength=4)">Text</p>

This text has shadow with #541015 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #541015;
-webkit-box-shadow: 1px 1px 3px 2px #541015;
box-shadow: 1px 1px 3px 2px #541015;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #541015 on black background.


Color preview on white background

This text has color #541015 on white background.


Black color preview on #541015 background

This text has black color on #541015 background.


White color preview on #541015 background

This text has white color on #541015 background.


Related colors

Complementary color

Complementary color for #hex is #ABEFEA.


I love getcolorcode.com

Triadic colors

1 #155410 and #101554 with #541015 are triadic colors.

2 #151054 and #105415 with #541015 are triadic colors.