COLOR #551C48

HEX: #551C48 RGB: (85,28,72)

Color info

#551C48 contains red, green and blue colors in about the same proportion. Web safe color of #551C48 is #663333 (or #633).

RGB color model

#551C48 color RGB value is (85,28,72).

RGB: (85,28,72) (33%, 11%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 72 of 255 = 28%

85
28
72

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

Portions of RGB colors in percentages

R + G + B = 85 + 28 + 72 = 185 (100%)
R 85 of 185 ~ 45.95%
G 28 of 185 ~ 15.14%
B 72 of 185 ~ 38.92'%

%45.95
%15.14
%38.92

CMYK color model

#551C48 color CMYK value is (0,67,15,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 15.29%
  • key color value is 66.67%

CMYK: (0,67,15,67)
C0M67Y15K67 (0%, 67%, 15%, 67%)
(0.00 / 0.67 / 0.15 / 0.67)

CMYK percentages

%0
%67.06
%15.29
%66.67

Codes

Color #551C48 in popluar color models

55 1C 48
RGB 85 28 72
HSL 314° 50.44% 22.16%
HSB/HSV 314° 67.06% 33.33%
CMYK 0.00% 67.06% 15.29%
66.67%

Color #551C48 in popluar number systems.

HEX 55 1C 48
Decimal 85 28 72
Binary 1010101 11100 1001000
Octal 125 34 110

Shades and tints

Shades of #551C48

#551C48
(85,28,72)
#4E1A42
(78,26,66)
#47183C
(71,24,60)
#401636
(64,22,54)
#391430
(57,20,48)
#32122A
(50,18,42)
#2B1024
(43,16,36)
#240E1E
(36,14,30)
#1D0C18
(29,12,24)
#160A12
(22,10,18)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #551C48

#551C48
(85,28,72)
#643058
(100,48,88)
#734468
(115,68,104)
#825878
(130,88,120)
#916C88
(145,108,136)
#A08098
(160,128,152)
#AF94A8
(175,148,168)
#BEA8B8
(190,168,184)
#CDBCC8
(205,188,200)
#DCD0D8
(220,208,216)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551C48 color. Also use rgb(85,28,72) instead hex code.

Text Font Color

.myTextColor { color: #551C48; }

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

This text font color is #551C48.

Background Color

.myBgColor { background-color: #551C48; }

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

This div background color is #551C48.

Border color

.myBorderColor { border: 1px solid #551C48; }

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

This div border color is #551C48.

Opacity

.myOpacity80 { color: #551C48; opacity: 0.8; }

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

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

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

This text has shadow with #551C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551C48.

Preview

Color preview on black background

This text has color #551C48 on black background.


Color preview on white background

This text has color #551C48 on white background.


Black color preview on #551C48 background

This text has black color on #551C48 background.


White color preview on #551C48 background

This text has white color on #551C48 background.


Related colors

Complementary color

Complementary color for #hex is #AAE3B7.


I love getcolorcode.com

Triadic colors

1 #48551C and #1C4855 with #551C48 are triadic colors.

2 #481C55 and #1C5548 with #551C48 are triadic colors.