COLOR #851B2F

HEX: #851B2F RGB: (133,27,47)

Color info

#851B2F contains mainly red color. Web safe color of #851B2F is #993333 (or #933).

RGB color model

#851B2F color RGB value is (133,27,47).

RGB: (133,27,47) (52%, 11%, 18%)

RGB channels and saturation

R 133 of 255 = 52%
G 27 of 255 = 11%
B 47 of 255 = 18%

133
27
47

R + G + B ~ 27%. #851B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 27 + 47 = 207 (100%)
R 133 of 207 ~ 64.25%
G 27 of 207 ~ 13.04%
B 47 of 207 ~ 22.71'%

%64.25
%13.04
%22.71

CMYK color model

#851B2F color CMYK value is (0,80,65,48).

  • cyan value is 0.00%
  • magenta value is 79.70%
  • yellow value is 64.66%
  • key color value is 47.84%
CMYK: (0,80,65,48) C0M80Y65K48 (0%,80%,65%,48%) (0.00/0.80/0.65/0.48) 

CMYK percentages

%0
%79.7
%64.66
%47.84

Codes

Color #851B2F in popluar color models

85 1B 2F
RGB 133 27 47
HSL 349° 66.25% 31.37%
HSB/HSV 349° 79.70% 52.16%
CMYK 0.00% 79.70% 64.66%
47.84%

Color #851B2F in popluar number systems.

HEX 85 1B 2F
Decimal 133 27 47
Binary 10000101 11011 101111
Octal 205 33 57

Shades and tints

Shades of #851B2F

#851B2F
(133,27,47)
#79192B
(121,25,43)
#6D1727
(109,23,39)
#611523
(97,21,35)
#55131F
(85,19,31)
#49111B
(73,17,27)
#3D0F17
(61,15,23)
#310D13
(49,13,19)
#250B0F
(37,11,15)
#19090B
(25,9,11)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #851B2F

#851B2F
(133,27,47)
#902F41
(144,47,65)
#9B4353
(155,67,83)
#A65765
(166,87,101)
#B16B77
(177,107,119)
#BC7F89
(188,127,137)
#C7939B
(199,147,155)
#D2A7AD
(210,167,173)
#DDBBBF
(221,187,191)
#E8CFD1
(232,207,209)
#F3E3E3
(243,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851B2F color. Also use rgb(133,27,47) instead hex code.

Text Font Color

.myTextColor { color: #851B2F; }

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

This text font color is #851B2F.

Background Color

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

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

This div background color is #851B2F.

Border color

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

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

This div border color is #851B2F.

Opacity

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

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

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

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

This text has shadow with #851B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #851B2F.

Preview

Color preview on black background

This text has color #851B2F on black background.


Color preview on white background

This text has color #851B2F on white background.


Black color preview on #851B2F background

This text has black color on #851B2F background.


White color preview on #851B2F background

This text has white color on #851B2F background.


Related colors

Complementary color

Complementary color for #hex is #7AE4D0.


I love getcolorcode.com

Triadic colors

1 #2F851B and #1B2F85 with #851B2F are triadic colors.

2 #2F1B85 and #1B852F with #851B2F are triadic colors.