COLOR #561221

HEX: #561221
RGB: (86,18,33)

Color info

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

RGB color model

#561221 color RGB value is (86,18,33).

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

RGB channels and saturation

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

86
18
33

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

Portions of RGB colors in percentages

R + G + B =
86 + 18 + 33 = 137 (100%)
R 86 of 137 ~ 62.77%
G 18 of 137 ~ 13.14%
B 33 of 137 ~ 24.09%

%62.77
%13.14
%24.09

CMYK color model

#561221 color CMYK value is (0,79,62,66).

  • cyan value is 0.00%
  • magenta value is 79.07%
  • yellow value is 61.63%
  • key color value is 66.27%
CMYK:
(0,79,62,66)
C0M79Y62K66 
(0%,79%,62%,66%)
(0.00/0.79/0.62/0.66)	

CMYK percentages

%0
%79.07
%61.63
%66.27

Codes

Color #561221 in popluar color models

561221
RGB861833
HSL347°65.38%20.39%
HSB/HSV347°79.07%33.73%
CMYK0.00%79.07%61.63%
66.27%

Color #561221 in popluar number systems.

HEX561221
Decimal861833
Binary101011010010100001
Octal1262241

Shades and tints

Shades of #561221

#561221
(86,18,33)
#4F111E
(79,17,30)
#48101B
(72,16,27)
#410F18
(65,15,24)
#3A0E15
(58,14,21)
#330D12
(51,13,18)
#2C0C0F
(44,12,15)
#250B0C
(37,11,12)
#1E0A09
(30,10,9)
#170906
(23,9,6)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #561221

#561221
(86,18,33)
#652735
(101,39,53)
#743C49
(116,60,73)
#83515D
(131,81,93)
#926671
(146,102,113)
#A17B85
(161,123,133)
#B09099
(176,144,153)
#BFA5AD
(191,165,173)
#CEBAC1
(206,186,193)
#DDCFD5
(221,207,213)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #561221; }

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

This text font color is #561221.


Background Color

.myBgColor { background-color: #561221; }

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

This div background color is #561221.


Border color

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

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

This div border color is #561221.


Opacity

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

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

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

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

This text has shadow with #561221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #561221 on black background.


Color preview on white background

This text has color #561221 on white background.



Black color preview on #561221 background

This text has black color on #561221 background.


White color preview on #561221 background

This text has white color on #561221 background.