COLOR #561321

HEX: #561321
RGB: (86,19,33)

Color info

#561321 contains mainly red and blue colors. Web safe color of #561321 is #660033 (or #603).

RGB color model

#561321 color RGB value is (86,19,33).

  • red value is 86;
  • green value is 19;
  • blue value is 33.
RGB:
(86,19,33)
(34%,7%,13%)

RGB channels and saturation

R 86 of 255 = 34%
G 19 of 255 = 7%
B 33 of 255 = 13%

86
19
33

R + G + B ~ 18%. #561321 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 19 + 33 = 138 (100%)
R 86 of 138 ~ 62.32%
G 19 of 138 ~ 13.77%
B 33 of 138 ~ 23.91%

%62.32
%13.77
%23.91

CMYK color model

#561321 color CMYK value is (0,78,62,66).

  • cyan value is 0.00%
  • magenta value is 77.91%
  • yellow value is 61.63%
  • key color value is 66.27%
CMYK:
(0,78,62,66)
C0M78Y62K66 
(0%,78%,62%,66%)
(0.00/0.78/0.62/0.66)	

CMYK percentages

%0
%77.91
%61.63
%66.27

Codes

Color #561321 in popluar color models

561321
RGB861933
HSL347°63.81%20.59%
HSB/HSV347°77.91%33.73%
CMYK0.00%77.91%61.63%
66.27%

Color #561321 in popluar number systems.

HEX561321
Decimal861933
Binary101011010011100001
Octal1262341

Shades and tints

Shades of #561321

#561321
(86,19,33)
#4F121E
(79,18,30)
#48111B
(72,17,27)
#411018
(65,16,24)
#3A0F15
(58,15,21)
#330E12
(51,14,18)
#2C0D0F
(44,13,15)
#250C0C
(37,12,12)
#1E0B09
(30,11,9)
#170A06
(23,10,6)
#100903
(16,9,3)
#000000
(0,0,0)

Tints of #561321

#561321
(86,19,33)
#652835
(101,40,53)
#743D49
(116,61,73)
#83525D
(131,82,93)
#926771
(146,103,113)
#A17C85
(161,124,133)
#B09199
(176,145,153)
#BFA6AD
(191,166,173)
#CEBBC1
(206,187,193)
#DDD0D5
(221,208,213)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #561321 color. Also use rgb(86,19,33) instead hex code.

Text Font Color

.myTextColor { color: #561321; }

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

This text font color is #561321.


Background Color

.myBgColor { background-color: #561321; }

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

This div background color is #561321.


Border color

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

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

This div border color is #561321.


Opacity

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

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

Text with #561321 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 #561321;}

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

This text has shadow with #561321 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #561321;
-webkit-box-shadow: 1px 1px 3px 2px #561321;
box-shadow:1px 1px 3px 2px #561321;">
Div content here</div>
This div box has shadow with color #561321.

Preview

Color preview on black background

This text has color #561321 on black background.


Color preview on white background

This text has color #561321 on white background.



Black color preview on #561321 background

This text has black color on #561321 background.


White color preview on #561321 background

This text has white color on #561321 background.