COLOR #55121D

HEX: #55121D RGB: (85,18,29)

Color info

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

RGB color model

#55121D color RGB value is (85,18,29).

RGB: (85,18,29) (33%, 7%, 11%)

RGB channels and saturation

R 85 of 255 = 33%
G 18 of 255 = 7%
B 29 of 255 = 11%

85
18
29

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

Portions of RGB colors in percentages

R + G + B = 85 + 18 + 29 = 132 (100%)
R 85 of 132 ~ 64.39%
G 18 of 132 ~ 13.64%
B 29 of 132 ~ 21.97'%

%64.39
%13.64
%21.97

CMYK color model

#55121D color CMYK value is (0,79,66,67).

  • cyan value is 0.00%
  • magenta value is 78.82%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK: (0,79,66,67) C0M79Y66K67 (0%,79%,66%,67%) (0.00/0.79/0.66/0.67) 

CMYK percentages

%0
%78.82
%65.88
%66.67

Codes

Color #55121D in popluar color models

55 12 1D
RGB 85 18 29
HSL 350° 65.05% 20.20%
HSB/HSV 350° 78.82% 33.33%
CMYK 0.00% 78.82% 65.88%
66.67%

Color #55121D in popluar number systems.

HEX 55 12 1D
Decimal 85 18 29
Binary 1010101 10010 11101
Octal 125 22 35

Shades and tints

Shades of #55121D

#55121D
(85,18,29)
#4E111B
(78,17,27)
#471019
(71,16,25)
#400F17
(64,15,23)
#390E15
(57,14,21)
#320D13
(50,13,19)
#2B0C11
(43,12,17)
#240B0F
(36,11,15)
#1D0A0D
(29,10,13)
#16090B
(22,9,11)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #55121D

#55121D
(85,18,29)
#642731
(100,39,49)
#733C45
(115,60,69)
#825159
(130,81,89)
#91666D
(145,102,109)
#A07B81
(160,123,129)
#AF9095
(175,144,149)
#BEA5A9
(190,165,169)
#CDBABD
(205,186,189)
#DCCFD1
(220,207,209)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55121D color. Also use rgb(85,18,29) instead hex code.

Text Font Color

.myTextColor { color: #55121D; }

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

This text font color is #55121D.

Background Color

.myBgColor { background-color: #55121D; }

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

This div background color is #55121D.

Border color

.myBorderColor { border: 1px solid #55121D; }

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

This div border color is #55121D.

Opacity

.myOpacity80 { color: #55121D; opacity: 0.8; }

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

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

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

This text has shadow with #55121D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55121D.

Preview

Color preview on black background

This text has color #55121D on black background.


Color preview on white background

This text has color #55121D on white background.


Black color preview on #55121D background

This text has black color on #55121D background.


White color preview on #55121D background

This text has white color on #55121D background.


Related colors

Complementary color

Complementary color for #hex is #AAEDE2.


I love getcolorcode.com

Triadic colors

1 #1D5512 and #121D55 with #55121D are triadic colors.

2 #1D1255 and #12551D with #55121D are triadic colors.