COLOR #550B36

HEX: #550B36
RGB: (85,11,54)

Color info

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

RGB color model

#550B36 color RGB value is (85,11,54).

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

RGB channels and saturation

R 85 of 255 = 33%
G 11 of 255 = 4%
B 54 of 255 = 21%

85
11
54

R + G + B ~ 19%. #550B36 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 11 + 54 = 150 (100%)
R 85 of 150 ~ 56.67%
G 11 of 150 ~ 7.33%
B 54 of 150 ~ 36%

%56.67
%36

CMYK color model

#550B36 color CMYK value is (0,87,36,67).

  • cyan value is 0.00%
  • magenta value is 87.06%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(0,87,36,67)
C0M87Y36K67 
(0%,87%,36%,67%)
(0.00/0.87/0.36/0.67)	

CMYK percentages

%0
%87.06
%36.47
%66.67

Codes

Color #550B36 in popluar color models

550B36
RGB851154
HSL325°77.08%18.82%
HSB/HSV325°87.06%33.33%
CMYK0.00%87.06%36.47%
66.67%

Color #550B36 in popluar number systems.

HEX550B36
Decimal851154
Binary10101011011110110
Octal1251366

Shades and tints

Shades of #550B36

#550B36
(85,11,54)
#4E0A32
(78,10,50)
#47092E
(71,9,46)
#40082A
(64,8,42)
#390726
(57,7,38)
#320622
(50,6,34)
#2B051E
(43,5,30)
#24041A
(36,4,26)
#1D0316
(29,3,22)
#160212
(22,2,18)
#0F010E
(15,1,14)
#000000
(0,0,0)

Tints of #550B36

#550B36
(85,11,54)
#642148
(100,33,72)
#73375A
(115,55,90)
#824D6C
(130,77,108)
#91637E
(145,99,126)
#A07990
(160,121,144)
#AF8FA2
(175,143,162)
#BEA5B4
(190,165,180)
#CDBBC6
(205,187,198)
#DCD1D8
(220,209,216)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550B36; }

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

This text font color is #550B36.


Background Color

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

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

This div background color is #550B36.


Border color

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

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

This div border color is #550B36.


Opacity

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

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

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

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

This text has shadow with #550B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550B36 on black background.


Color preview on white background

This text has color #550B36 on white background.



Black color preview on #550B36 background

This text has black color on #550B36 background.


White color preview on #550B36 background

This text has white color on #550B36 background.