COLOR #551111

HEX: #551111
RGB: (85,17,17)

Color info

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

RGB color model

#551111 color RGB value is (85,17,17).

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

RGB channels and saturation

R 85 of 255 = 33%
G 17 of 255 = 7%
B 17 of 255 = 7%

85
17
17

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

Portions of RGB colors in percentages

R + G + B =
85 + 17 + 17 = 119 (100%)
R 85 of 119 ~ 71.43%
G 17 of 119 ~ 14.29%
B 17 of 119 ~ 14.29%

%71.43
%14.29
%14.29

CMYK color model

#551111 color CMYK value is (0,80,80,67).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(0,80,80,67)
C0M80Y80K67 
(0%,80%,80%,67%)
(0.00/0.80/0.80/0.67)	

CMYK percentages

%0
%80
%80
%66.67

Codes

Color #551111 in popluar color models

551111
RGB851717
HSL66.67%20.00%
HSB/HSV80.00%33.33%
CMYK0.00%80.00%80.00%
66.67%

Color #551111 in popluar number systems.

HEX551111
Decimal851717
Binary10101011000110001
Octal1252121

Shades and tints

Shades of #551111

#551111
(85,17,17)
#4E1010
(78,16,16)
#470F0F
(71,15,15)
#400E0E
(64,14,14)
#390D0D
(57,13,13)
#320C0C
(50,12,12)
#2B0B0B
(43,11,11)
#240A0A
(36,10,10)
#1D0909
(29,9,9)
#160808
(22,8,8)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #551111

#551111
(85,17,17)
#642626
(100,38,38)
#733B3B
(115,59,59)
#825050
(130,80,80)
#916565
(145,101,101)
#A07A7A
(160,122,122)
#AF8F8F
(175,143,143)
#BEA4A4
(190,164,164)
#CDB9B9
(205,185,185)
#DCCECE
(220,206,206)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551111; }

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

This text font color is #551111.


Background Color

.myBgColor { background-color: #551111; }

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

This div background color is #551111.


Border color

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

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

This div border color is #551111.


Opacity

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

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

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

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

This text has shadow with #551111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551111 on black background.


Color preview on white background

This text has color #551111 on white background.



Black color preview on #551111 background

This text has black color on #551111 background.


White color preview on #551111 background

This text has white color on #551111 background.