COLOR #550D13

HEX: #550D13 RGB: (85,13,19)

Color info

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

RGB color model

#550D13 color RGB value is (85,13,19).

RGB: (85,13,19) (33%, 5%, 7%)

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 19 of 255 = 7%

85
13
19

R + G + B ~ 15%. #550D13 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 13 + 19 = 117 (100%)
R 85 of 117 ~ 72.65%
G 13 of 117 ~ 11.11%
B 19 of 117 ~ 16.24'%

%72.65
%11.11
%16.24

CMYK color model

#550D13 color CMYK value is (0,85,78,67).

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 77.65%
  • key color value is 66.67%

CMYK: (0,85,78,67)
C0M85Y78K67 (0%, 85%, 78%, 67%)
(0.00 / 0.85 / 0.78 / 0.67)

CMYK percentages

%0
%84.71
%77.65
%66.67

Codes

Color #550D13 in popluar color models

55 0D 13
RGB 85 13 19
HSL 355° 73.47% 19.22%
HSB/HSV 355° 84.71% 33.33%
CMYK 0.00% 84.71% 77.65%
66.67%

Color #550D13 in popluar number systems.

HEX 55 0D 13
Decimal 85 13 19
Binary 1010101 1101 10011
Octal 125 15 23

Shades and tints

Shades of #550D13

#550D13
(85,13,19)
#4E0C12
(78,12,18)
#470B11
(71,11,17)
#400A10
(64,10,16)
#39090F
(57,9,15)
#32080E
(50,8,14)
#2B070D
(43,7,13)
#24060C
(36,6,12)
#1D050B
(29,5,11)
#16040A
(22,4,10)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #550D13

#550D13
(85,13,19)
#642328
(100,35,40)
#73393D
(115,57,61)
#824F52
(130,79,82)
#916567
(145,101,103)
#A07B7C
(160,123,124)
#AF9191
(175,145,145)
#BEA7A6
(190,167,166)
#CDBDBB
(205,189,187)
#DCD3D0
(220,211,208)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550D13 color. Also use rgb(85,13,19) instead hex code.

Text Font Color

.myTextColor { color: #550D13; }

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

This text font color is #550D13.

Background Color

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

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

This div background color is #550D13.

Border color

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

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

This div border color is #550D13.

Opacity

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

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

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

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

This text has shadow with #550D13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550D13.

Preview

Color preview on black background

This text has color #550D13 on black background.


Color preview on white background

This text has color #550D13 on white background.


Black color preview on #550D13 background

This text has black color on #550D13 background.


White color preview on #550D13 background

This text has white color on #550D13 background.


Related colors

Complementary color

Complementary color for #hex is #AAF2EC.


I love getcolorcode.com

Triadic colors

1 #13550D and #0D1355 with #550D13 are triadic colors.

2 #130D55 and #0D5513 with #550D13 are triadic colors.