COLOR #551849

HEX: #551849 RGB: (85,24,73)

Color info

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

RGB color model

#551849 color RGB value is (85,24,73).

RGB: (85,24,73) (33%, 9%, 29%)

RGB channels and saturation

R 85 of 255 = 33%
G 24 of 255 = 9%
B 73 of 255 = 29%

85
24
73

R + G + B ~ 24%. #551849 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 24 + 73 = 182 (100%)
R 85 of 182 ~ 46.7%
G 24 of 182 ~ 13.19%
B 73 of 182 ~ 40.11'%

%46.7
%13.19
%40.11

CMYK color model

#551849 color CMYK value is (0,72,14,67).

  • cyan value is 0.00%
  • magenta value is 71.76%
  • yellow value is 14.12%
  • key color value is 66.67%

CMYK: (0,72,14,67)
C0M72Y14K67 (0%, 72%, 14%, 67%)
(0.00 / 0.72 / 0.14 / 0.67)

CMYK percentages

%0
%71.76
%14.12
%66.67

Codes

Color #551849 in popluar color models

55 18 49
RGB 85 24 73
HSL 312° 55.96% 21.37%
HSB/HSV 312° 71.76% 33.33%
CMYK 0.00% 71.76% 14.12%
66.67%

Color #551849 in popluar number systems.

HEX 55 18 49
Decimal 85 24 73
Binary 1010101 11000 1001001
Octal 125 30 111

Shades and tints

Shades of #551849

#551849
(85,24,73)
#4E1643
(78,22,67)
#47143D
(71,20,61)
#401237
(64,18,55)
#391031
(57,16,49)
#320E2B
(50,14,43)
#2B0C25
(43,12,37)
#240A1F
(36,10,31)
#1D0819
(29,8,25)
#160613
(22,6,19)
#0F040D
(15,4,13)
#000000
(0,0,0)

Tints of #551849

#551849
(85,24,73)
#642D59
(100,45,89)
#734269
(115,66,105)
#825779
(130,87,121)
#916C89
(145,108,137)
#A08199
(160,129,153)
#AF96A9
(175,150,169)
#BEABB9
(190,171,185)
#CDC0C9
(205,192,201)
#DCD5D9
(220,213,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551849; }

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

This text font color is #551849.

Background Color

.myBgColor { background-color: #551849; }

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

This div background color is #551849.

Border color

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

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

This div border color is #551849.

Opacity

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

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

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

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

This text has shadow with #551849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551849.

Preview

Color preview on black background

This text has color #551849 on black background.


Color preview on white background

This text has color #551849 on white background.


Black color preview on #551849 background

This text has black color on #551849 background.


White color preview on #551849 background

This text has white color on #551849 background.


Related colors

Complementary color

Complementary color for #hex is #AAE7B6.


I love getcolorcode.com

Triadic colors

1 #495518 and #184955 with #551849 are triadic colors.

2 #491855 and #185549 with #551849 are triadic colors.