HEX: #550221
RGB: (85,2,33)
#550221 contains mainly red and blue colors. Web safe color of #550221 is #660033 (or #603).
#550221 color RGB value is (85,2,33).
RGB: (85,2,33)
(33%, 1%, 13%)
R 85 of 255 = 33%
G 2 of 255 = 1%
B 33 of 255 = 13%
R + G + B ~ 16%. #550221 is dark color.
R + G + B = 85 + 2 + 33 = 120 (100%)
R 85 of 120 ~ 70.83%
G 2 of 120 ~ 1.67%
B 33 of 120 ~ 27.5'%
#550221 color CMYK value is (0,98,61,67).
CMYK: (0,98,61,67)
C0M98Y61K67 (0%, 98%, 61%, 67%)
(0.00 / 0.98 / 0.61 / 0.67)
Color #550221 in popluar color models
55 | 02 | 21 | |
---|---|---|---|
RGB | 85 | 2 | 33 |
HSL | 338° | 95.40% | 17.06% |
HSB/HSV | 338° | 97.65% | 33.33% |
CMYK | 0.00% | 97.65% | 61.18% |
66.67% |
Color #550221 in popluar number systems.
HEX | 55 | 02 | 21 |
Decimal | 85 | 2 | 33 |
Binary | 1010101 | 10 | 100001 |
Octal | 125 | 2 | 41 |
Shades of #550221
Tints of #550221
Examples of css and html codes for elements with #550221 color. Also use rgb(85,2,33) instead hex code.
.myTextColor { color: #550221; }
<p style="color:#550221">This sample text font color is #550221.</p>
This text font color is #550221.
.myBgColor { background-color: #550221; }
<div style="background-color:#550221">Inner text</div>
This div background color is #550221.
.myBorderColor { border: 1px solid #550221; }
<div style="border:3px solid #550221">Div</div>
This div border color is #550221.
.myOpacity80 { color: #550221; opacity: 0.8; }
<p style="color:#550221;opacity:0.8;">80%</p>
Text with #550221 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #550221;}
<p style="text-shadow: 3px 3px 1px #550221">Text here.</p>
This text has shadow with #550221 color.
.textShadow {text-shadow: 3px 3px 1px #550221', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #550221, 5px 5px 20px red">Text here.</p>
This text has shadow with #550221 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#550221, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#550221, Direction=45, Strength=4)">Text</p>
This text has shadow with #550221 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #550221;
-webkit-box-shadow: 1px 1px 3px 2px #550221;
box-shadow: 1px 1px 3px 2px #550221;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #550221; -webkit-box-shadow: 1px 1px 3px 2px #550221; box-shadow:1px 1px 3px 2px #550221;">
Div content here
</div>
This text has color #550221 on black background.
This text has color #550221 on white background.
This text has black color on #550221 background.
This text has white color on #550221 background.
Complementary color for #hex is #AAFDDE.