COLOR #550228

HEX: #550228
RGB: (85,2,40)

Color info

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

RGB color model

#550228 color RGB value is (85,2,40).

  • red value is 85;
  • green value is 2;
  • blue value is 40.
RGB:
(85,2,40)
(33%,1%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 2 of 255 = 1%
B 40 of 255 = 16%

85
2
40

R + G + B ~ 17%. #550228 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 2 + 40 = 127 (100%)
R 85 of 127 ~ 66.93%
G 2 of 127 ~ 1.57%
B 40 of 127 ~ 31.5%

%66.93
%31.5

CMYK color model

#550228 color CMYK value is (0,98,53,67).

  • cyan value is 0.00%
  • magenta value is 97.65%
  • yellow value is 52.94%
  • key color value is 66.67%
CMYK:
(0,98,53,67)
C0M98Y53K67 
(0%,98%,53%,67%)
(0.00/0.98/0.53/0.67)	

CMYK percentages

%0
%97.65
%52.94
%66.67

Codes

Color #550228 in popluar color models

550228
RGB85240
HSL333°95.40%17.06%
HSB/HSV333°97.65%33.33%
CMYK0.00%97.65%52.94%
66.67%

Color #550228 in popluar number systems.

HEX550228
Decimal85240
Binary101010110101000
Octal125250

Shades and tints

Shades of #550228

#550228
(85,2,40)
#4E0225
(78,2,37)
#470222
(71,2,34)
#40021F
(64,2,31)
#39021C
(57,2,28)
#320219
(50,2,25)
#2B0216
(43,2,22)
#240213
(36,2,19)
#1D0210
(29,2,16)
#16020D
(22,2,13)
#0F020A
(15,2,10)
#000000
(0,0,0)

Tints of #550228

#550228
(85,2,40)
#64193B
(100,25,59)
#73304E
(115,48,78)
#824761
(130,71,97)
#915E74
(145,94,116)
#A07587
(160,117,135)
#AF8C9A
(175,140,154)
#BEA3AD
(190,163,173)
#CDBAC0
(205,186,192)
#DCD1D3
(220,209,211)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550228; }

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

This text font color is #550228.


Background Color

.myBgColor { background-color: #550228; }

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

This div background color is #550228.


Border color

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

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

This div border color is #550228.


Opacity

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

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

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

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

This text has shadow with #550228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550228 on black background.


Color preview on white background

This text has color #550228 on white background.



Black color preview on #550228 background

This text has black color on #550228 background.


White color preview on #550228 background

This text has white color on #550228 background.