COLOR #551128

HEX: #551128
RGB: (85,17,40)

Color info

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

RGB color model

#551128 color RGB value is (85,17,40).

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

RGB channels and saturation

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

85
17
40

R + G + B ~ 19%. #551128 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 17 + 40 = 142 (100%)
R 85 of 142 ~ 59.86%
G 17 of 142 ~ 11.97%
B 40 of 142 ~ 28.17%

%59.86
%11.97
%28.17

CMYK color model

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

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

CMYK percentages

%0
%80
%52.94
%66.67

Codes

Color #551128 in popluar color models

551128
RGB851740
HSL340°66.67%20.00%
HSB/HSV340°80.00%33.33%
CMYK0.00%80.00%52.94%
66.67%

Color #551128 in popluar number systems.

HEX551128
Decimal851740
Binary101010110001101000
Octal1252150

Shades and tints

Shades of #551128

#551128
(85,17,40)
#4E1025
(78,16,37)
#470F22
(71,15,34)
#400E1F
(64,14,31)
#390D1C
(57,13,28)
#320C19
(50,12,25)
#2B0B16
(43,11,22)
#240A13
(36,10,19)
#1D0910
(29,9,16)
#16080D
(22,8,13)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #551128

#551128
(85,17,40)
#64263B
(100,38,59)
#733B4E
(115,59,78)
#825061
(130,80,97)
#916574
(145,101,116)
#A07A87
(160,122,135)
#AF8F9A
(175,143,154)
#BEA4AD
(190,164,173)
#CDB9C0
(205,185,192)
#DCCED3
(220,206,211)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551128; }

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

This text font color is #551128.


Background Color

.myBgColor { background-color: #551128; }

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

This div background color is #551128.


Border color

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

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

This div border color is #551128.


Opacity

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

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

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

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

This text has shadow with #551128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551128 on black background.


Color preview on white background

This text has color #551128 on white background.



Black color preview on #551128 background

This text has black color on #551128 background.


White color preview on #551128 background

This text has white color on #551128 background.