COLOR #550221

HEX: #550221 RGB: (85,2,33)

Color info

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

RGB color model

#550221 color RGB value is (85,2,33).

RGB: (85,2,33) (33%, 1%, 13%)

RGB channels and saturation

R 85 of 255 = 33%
G 2 of 255 = 1%
B 33 of 255 = 13%

85
2
33

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

Portions of RGB colors in percentages

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'%

%70.83
%27.5

CMYK color model

#550221 color CMYK value is (0,98,61,67).

  • cyan value is 0.00%
  • magenta value is 97.65%
  • yellow value is 61.18%
  • key color value is 66.67%

CMYK: (0,98,61,67)
C0M98Y61K67 (0%, 98%, 61%, 67%)
(0.00 / 0.98 / 0.61 / 0.67)

CMYK percentages

%0
%97.65
%61.18
%66.67

Codes

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 and tints

Shades of #550221

#550221
(85,2,33)
#4E021E
(78,2,30)
#47021B
(71,2,27)
#400218
(64,2,24)
#390215
(57,2,21)
#320212
(50,2,18)
#2B020F
(43,2,15)
#24020C
(36,2,12)
#1D0209
(29,2,9)
#160206
(22,2,6)
#0F0203
(15,2,3)
#000000
(0,0,0)

Tints of #550221

#550221
(85,2,33)
#641935
(100,25,53)
#733049
(115,48,73)
#82475D
(130,71,93)
#915E71
(145,94,113)
#A07585
(160,117,133)
#AF8C99
(175,140,153)
#BEA3AD
(190,163,173)
#CDBAC1
(205,186,193)
#DCD1D5
(220,209,213)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550221 color. Also use rgb(85,2,33) instead hex code.

Text Font Color

.myTextColor { color: #550221; }

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

This text font color is #550221.

Background Color

.myBgColor { background-color: #550221; }

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

This div background color is #550221.

Border color

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

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

This div border color is #550221.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #550221.

Preview

Color preview on black background

This text has color #550221 on black background.


Color preview on white background

This text has color #550221 on white background.


Black color preview on #550221 background

This text has black color on #550221 background.


White color preview on #550221 background

This text has white color on #550221 background.


Related colors

Complementary color

Complementary color for #hex is #AAFDDE.


I love getcolorcode.com

Triadic colors

1 #215502 and #022155 with #550221 are triadic colors.

2 #210255 and #025521 with #550221 are triadic colors.