COLOR #550521

HEX: #550521
RGB: (85,5,33)

Color info

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

RGB color model

#550521 color RGB value is (85,5,33).

  • red value is 85;
  • green value is 5;
  • blue value is 33.
RGB:
(85,5,33)
(33%,2%,13%)

RGB channels and saturation

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

85
5
33

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

Portions of RGB colors in percentages

R + G + B =
85 + 5 + 33 = 123 (100%)
R 85 of 123 ~ 69.11%
G 5 of 123 ~ 4.07%
B 33 of 123 ~ 26.83%

%69.11
%26.83

CMYK color model

#550521 color CMYK value is (0,94,61,67).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 61.18%
  • key color value is 66.67%
CMYK:
(0,94,61,67)
C0M94Y61K67 
(0%,94%,61%,67%)
(0.00/0.94/0.61/0.67)	

CMYK percentages

%0
%94.12
%61.18
%66.67

Codes

Color #550521 in popluar color models

550521
RGB85533
HSL339°88.89%17.65%
HSB/HSV339°94.12%33.33%
CMYK0.00%94.12%61.18%
66.67%

Color #550521 in popluar number systems.

HEX550521
Decimal85533
Binary1010101101100001
Octal125541

Shades and tints

Shades of #550521

#550521
(85,5,33)
#4E051E
(78,5,30)
#47051B
(71,5,27)
#400518
(64,5,24)
#390515
(57,5,21)
#320512
(50,5,18)
#2B050F
(43,5,15)
#24050C
(36,5,12)
#1D0509
(29,5,9)
#160506
(22,5,6)
#0F0503
(15,5,3)
#000000
(0,0,0)

Tints of #550521

#550521
(85,5,33)
#641B35
(100,27,53)
#733149
(115,49,73)
#82475D
(130,71,93)
#915D71
(145,93,113)
#A07385
(160,115,133)
#AF8999
(175,137,153)
#BE9FAD
(190,159,173)
#CDB5C1
(205,181,193)
#DCCBD5
(220,203,213)
#EBE1E9
(235,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550521; }

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

This text font color is #550521.


Background Color

.myBgColor { background-color: #550521; }

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

This div background color is #550521.


Border color

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

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

This div border color is #550521.


Opacity

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

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

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

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

This text has shadow with #550521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550521 on black background.


Color preview on white background

This text has color #550521 on white background.



Black color preview on #550521 background

This text has black color on #550521 background.


White color preview on #550521 background

This text has white color on #550521 background.