COLOR #550111

HEX: #550111
RGB: (85,1,17)

Color info

#550111 contains mainly red color. Web safe color of #550111 is #660000 (or #600).

RGB color model

#550111 color RGB value is (85,1,17).

  • red value is 85;
  • green value is 1;
  • blue value is 17.
RGB:
(85,1,17)
(33%,0%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 1 of 255 = 0%
B 17 of 255 = 7%

85
1
17

R + G + B ~ 13%. #550111 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 1 + 17 = 103 (100%)
R 85 of 103 ~ 82.52%
G 1 of 103 ~ 0.97%
B 17 of 103 ~ 16.5%

%82.52
%16.5

CMYK color model

#550111 color CMYK value is (0,99,80,67).

  • cyan value is 0.00%
  • magenta value is 98.82%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(0,99,80,67)
C0M99Y80K67 
(0%,99%,80%,67%)
(0.00/0.99/0.80/0.67)	

CMYK percentages

%0
%98.82
%80
%66.67

Codes

Color #550111 in popluar color models

550111
RGB85117
HSL349°97.67%16.86%
HSB/HSV349°98.82%33.33%
CMYK0.00%98.82%80.00%
66.67%

Color #550111 in popluar number systems.

HEX550111
Decimal85117
Binary1010101110001
Octal125121

Shades and tints

Shades of #550111

#550111
(85,1,17)
#4E0110
(78,1,16)
#47010F
(71,1,15)
#40010E
(64,1,14)
#39010D
(57,1,13)
#32010C
(50,1,12)
#2B010B
(43,1,11)
#24010A
(36,1,10)
#1D0109
(29,1,9)
#160108
(22,1,8)
#0F0107
(15,1,7)
#000000
(0,0,0)

Tints of #550111

#550111
(85,1,17)
#641826
(100,24,38)
#732F3B
(115,47,59)
#824650
(130,70,80)
#915D65
(145,93,101)
#A0747A
(160,116,122)
#AF8B8F
(175,139,143)
#BEA2A4
(190,162,164)
#CDB9B9
(205,185,185)
#DCD0CE
(220,208,206)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550111 color. Also use rgb(85,1,17) instead hex code.

Text Font Color

.myTextColor { color: #550111; }

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

This text font color is #550111.


Background Color

.myBgColor { background-color: #550111; }

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

This div background color is #550111.


Border color

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

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

This div border color is #550111.


Opacity

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

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

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

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

This text has shadow with #550111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550111 on black background.


Color preview on white background

This text has color #550111 on white background.



Black color preview on #550111 background

This text has black color on #550111 background.


White color preview on #550111 background

This text has white color on #550111 background.