COLOR #851C5C

HEX: #851C5C RGB: (133,28,92)

Color info

#851C5C contains mainly red and blue colors. Web safe color of #851C5C is #993366 (or #936).

RGB color model

#851C5C color RGB value is (133,28,92).

RGB: (133,28,92) (52%, 11%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 28 of 255 = 11%
B 92 of 255 = 36%

133
28
92

R + G + B ~ 33%. #851C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 28 + 92 = 253 (100%)
R 133 of 253 ~ 52.57%
G 28 of 253 ~ 11.07%
B 92 of 253 ~ 36.36'%

%52.57
%11.07
%36.36

CMYK color model

#851C5C color CMYK value is (0,79,31,48).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 30.83%
  • key color value is 47.84%

CMYK: (0,79,31,48)
C0M79Y31K48 (0%, 79%, 31%, 48%)
(0.00 / 0.79 / 0.31 / 0.48)

CMYK percentages

%0
%78.95
%30.83
%47.84

Codes

Color #851C5C in popluar color models

85 1C 5C
RGB 133 28 92
HSL 323° 65.22% 31.57%
HSB/HSV 323° 78.95% 52.16%
CMYK 0.00% 78.95% 30.83%
47.84%

Color #851C5C in popluar number systems.

HEX 85 1C 5C
Decimal 133 28 92
Binary 10000101 11100 1011100
Octal 205 34 134

Shades and tints

Shades of #851C5C

#851C5C
(133,28,92)
#791A54
(121,26,84)
#6D184C
(109,24,76)
#611644
(97,22,68)
#55143C
(85,20,60)
#491234
(73,18,52)
#3D102C
(61,16,44)
#310E24
(49,14,36)
#250C1C
(37,12,28)
#190A14
(25,10,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #851C5C

#851C5C
(133,28,92)
#90306A
(144,48,106)
#9B4478
(155,68,120)
#A65886
(166,88,134)
#B16C94
(177,108,148)
#BC80A2
(188,128,162)
#C794B0
(199,148,176)
#D2A8BE
(210,168,190)
#DDBCCC
(221,188,204)
#E8D0DA
(232,208,218)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851C5C color. Also use rgb(133,28,92) instead hex code.

Text Font Color

.myTextColor { color: #851C5C; }

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

This text font color is #851C5C.

Background Color

.myBgColor { background-color: #851C5C; }

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

This div background color is #851C5C.

Border color

.myBorderColor { border: 1px solid #851C5C; }

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

This div border color is #851C5C.

Opacity

.myOpacity80 { color: #851C5C; opacity: 0.8; }

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

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

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

This text has shadow with #851C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #851C5C.

Preview

Color preview on black background

This text has color #851C5C on black background.


Color preview on white background

This text has color #851C5C on white background.


Black color preview on #851C5C background

This text has black color on #851C5C background.


White color preview on #851C5C background

This text has white color on #851C5C background.


Related colors

Complementary color

Complementary color for #hex is #7AE3A3.


I love getcolorcode.com

Triadic colors

1 #5C851C and #1C5C85 with #851C5C are triadic colors.

2 #5C1C85 and #1C855C with #851C5C are triadic colors.