COLOR #551216

HEX: #551216 RGB: (85,18,22)

Color info

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

RGB color model

#551216 color RGB value is (85,18,22).

RGB: (85,18,22) (33%, 7%, 9%)

RGB channels and saturation

R 85 of 255 = 33%
G 18 of 255 = 7%
B 22 of 255 = 9%

85
18
22

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

Portions of RGB colors in percentages

R + G + B = 85 + 18 + 22 = 125 (100%)
R 85 of 125 ~ 68%
G 18 of 125 ~ 14.4%
B 22 of 125 ~ 17.6'%

%68
%14.4
%17.6

CMYK color model

#551216 color CMYK value is (0,79,74,67).

  • cyan value is 0.00%
  • magenta value is 78.82%
  • yellow value is 74.12%
  • key color value is 66.67%

CMYK: (0,79,74,67)
C0M79Y74K67 (0%, 79%, 74%, 67%)
(0.00 / 0.79 / 0.74 / 0.67)

CMYK percentages

%0
%78.82
%74.12
%66.67

Codes

Color #551216 in popluar color models

55 12 16
RGB 85 18 22
HSL 356° 65.05% 20.20%
HSB/HSV 356° 78.82% 33.33%
CMYK 0.00% 78.82% 74.12%
66.67%

Color #551216 in popluar number systems.

HEX 55 12 16
Decimal 85 18 22
Binary 1010101 10010 10110
Octal 125 22 26

Shades and tints

Shades of #551216

#551216
(85,18,22)
#4E1114
(78,17,20)
#471012
(71,16,18)
#400F10
(64,15,16)
#390E0E
(57,14,14)
#320D0C
(50,13,12)
#2B0C0A
(43,12,10)
#240B08
(36,11,8)
#1D0A06
(29,10,6)
#160904
(22,9,4)
#0F0802
(15,8,2)
#000000
(0,0,0)

Tints of #551216

#551216
(85,18,22)
#64272B
(100,39,43)
#733C40
(115,60,64)
#825155
(130,81,85)
#91666A
(145,102,106)
#A07B7F
(160,123,127)
#AF9094
(175,144,148)
#BEA5A9
(190,165,169)
#CDBABE
(205,186,190)
#DCCFD3
(220,207,211)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551216; }

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

This text font color is #551216.

Background Color

.myBgColor { background-color: #551216; }

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

This div background color is #551216.

Border color

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

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

This div border color is #551216.

Opacity

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

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

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

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

This text has shadow with #551216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551216.

Preview

Color preview on black background

This text has color #551216 on black background.


Color preview on white background

This text has color #551216 on white background.


Black color preview on #551216 background

This text has black color on #551216 background.


White color preview on #551216 background

This text has white color on #551216 background.


Related colors

Complementary color

Complementary color for #hex is #AAEDE9.


I love getcolorcode.com

Triadic colors

1 #165512 and #121655 with #551216 are triadic colors.

2 #161255 and #125516 with #551216 are triadic colors.