COLOR #551217

HEX: #551217
RGB: (85,18,23)

Color info

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

RGB color model

#551217 color RGB value is (85,18,23).

  • red value is 85;
  • green value is 18;
  • blue value is 23.
RGB:
(85,18,23)
(33%,7%,9%)

RGB channels and saturation

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

85
18
23

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

Portions of RGB colors in percentages

R + G + B =
85 + 18 + 23 = 126 (100%)
R 85 of 126 ~ 67.46%
G 18 of 126 ~ 14.29%
B 23 of 126 ~ 18.25%

%67.46
%14.29
%18.25

CMYK color model

#551217 color CMYK value is (0,79,73,67).

  • cyan value is 0.00%
  • magenta value is 78.82%
  • yellow value is 72.94%
  • key color value is 66.67%
CMYK:
(0,79,73,67)
C0M79Y73K67 
(0%,79%,73%,67%)
(0.00/0.79/0.73/0.67)	

CMYK percentages

%0
%78.82
%72.94
%66.67

Codes

Color #551217 in popluar color models

551217
RGB851823
HSL356°65.05%20.20%
HSB/HSV356°78.82%33.33%
CMYK0.00%78.82%72.94%
66.67%

Color #551217 in popluar number systems.

HEX551217
Decimal851823
Binary10101011001010111
Octal1252227

Shades and tints

Shades of #551217

#551217
(85,18,23)
#4E1115
(78,17,21)
#471013
(71,16,19)
#400F11
(64,15,17)
#390E0F
(57,14,15)
#320D0D
(50,13,13)
#2B0C0B
(43,12,11)
#240B09
(36,11,9)
#1D0A07
(29,10,7)
#160905
(22,9,5)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #551217

#551217
(85,18,23)
#64272C
(100,39,44)
#733C41
(115,60,65)
#825156
(130,81,86)
#91666B
(145,102,107)
#A07B80
(160,123,128)
#AF9095
(175,144,149)
#BEA5AA
(190,165,170)
#CDBABF
(205,186,191)
#DCCFD4
(220,207,212)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551217; }

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

This text font color is #551217.


Background Color

.myBgColor { background-color: #551217; }

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

This div background color is #551217.


Border color

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

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

This div border color is #551217.


Opacity

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

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

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

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

This text has shadow with #551217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551217 on black background.


Color preview on white background

This text has color #551217 on white background.



Black color preview on #551217 background

This text has black color on #551217 background.


White color preview on #551217 background

This text has white color on #551217 background.