COLOR #550B1F

HEX: #550B1F
RGB: (85,11,31)

Color info

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

RGB color model

#550B1F color RGB value is (85,11,31).

  • red value is 85;
  • green value is 11;
  • blue value is 31.
RGB:
(85,11,31)
(33%,4%,12%)

RGB channels and saturation

R 85 of 255 = 33%
G 11 of 255 = 4%
B 31 of 255 = 12%

85
11
31

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

Portions of RGB colors in percentages

R + G + B =
85 + 11 + 31 = 127 (100%)
R 85 of 127 ~ 66.93%
G 11 of 127 ~ 8.66%
B 31 of 127 ~ 24.41%

%66.93
%24.41

CMYK color model

#550B1F color CMYK value is (0,87,64,67).

  • cyan value is 0.00%
  • magenta value is 87.06%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(0,87,64,67)
C0M87Y64K67 
(0%,87%,64%,67%)
(0.00/0.87/0.64/0.67)	

CMYK percentages

%0
%87.06
%63.53
%66.67

Codes

Color #550B1F in popluar color models

550B1F
RGB851131
HSL344°77.08%18.82%
HSB/HSV344°87.06%33.33%
CMYK0.00%87.06%63.53%
66.67%

Color #550B1F in popluar number systems.

HEX550B1F
Decimal851131
Binary1010101101111111
Octal1251337

Shades and tints

Shades of #550B1F

#550B1F
(85,11,31)
#4E0A1D
(78,10,29)
#47091B
(71,9,27)
#400819
(64,8,25)
#390717
(57,7,23)
#320615
(50,6,21)
#2B0513
(43,5,19)
#240411
(36,4,17)
#1D030F
(29,3,15)
#16020D
(22,2,13)
#0F010B
(15,1,11)
#000000
(0,0,0)

Tints of #550B1F

#550B1F
(85,11,31)
#642133
(100,33,51)
#733747
(115,55,71)
#824D5B
(130,77,91)
#91636F
(145,99,111)
#A07983
(160,121,131)
#AF8F97
(175,143,151)
#BEA5AB
(190,165,171)
#CDBBBF
(205,187,191)
#DCD1D3
(220,209,211)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550B1F color. Also use rgb(85,11,31) instead hex code.

Text Font Color

.myTextColor { color: #550B1F; }

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

This text font color is #550B1F.


Background Color

.myBgColor { background-color: #550B1F; }

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

This div background color is #550B1F.


Border color

.myBorderColor { border: 1px solid #550B1F; }

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

This div border color is #550B1F.


Opacity

.myOpacity80 { color: #550B1F; opacity: 0.8; }

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

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

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

This text has shadow with #550B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550B1F on black background.


Color preview on white background

This text has color #550B1F on white background.



Black color preview on #550B1F background

This text has black color on #550B1F background.


White color preview on #550B1F background

This text has white color on #550B1F background.