COLOR #851F42

HEX: #851F42
RGB: (133,31,66)

Color info

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

RGB color model

#851F42 color RGB value is (133,31,66).

  • red value is 133;
  • green value is 31;
  • blue value is 66.
RGB:
(133,31,66)
(52%,12%,26%)

RGB channels and saturation

R 133 of 255 = 52%
G 31 of 255 = 12%
B 66 of 255 = 26%

133
31
66

R + G + B ~ 30%. #851F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 31 + 66 = 230 (100%)
R 133 of 230 ~ 57.83%
G 31 of 230 ~ 13.48%
B 66 of 230 ~ 28.7%

%57.83
%13.48
%28.7

CMYK color model

#851F42 color CMYK value is (0,77,50,48).

  • cyan value is 0.00%
  • magenta value is 76.69%
  • yellow value is 50.38%
  • key color value is 47.84%
CMYK:
(0,77,50,48)
C0M77Y50K48 
(0%,77%,50%,48%)
(0.00/0.77/0.50/0.48)	

CMYK percentages

%0
%76.69
%50.38
%47.84

Codes

Color #851F42 in popluar color models

851F42
RGB1333166
HSL339°62.20%32.16%
HSB/HSV339°76.69%52.16%
CMYK0.00%76.69%50.38%
47.84%

Color #851F42 in popluar number systems.

HEX851F42
Decimal1333166
Binary10000101111111000010
Octal20537102

Shades and tints

Shades of #851F42

#851F42
(133,31,66)
#791D3C
(121,29,60)
#6D1B36
(109,27,54)
#611930
(97,25,48)
#55172A
(85,23,42)
#491524
(73,21,36)
#3D131E
(61,19,30)
#311118
(49,17,24)
#250F12
(37,15,18)
#190D0C
(25,13,12)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #851F42

#851F42
(133,31,66)
#903353
(144,51,83)
#9B4764
(155,71,100)
#A65B75
(166,91,117)
#B16F86
(177,111,134)
#BC8397
(188,131,151)
#C797A8
(199,151,168)
#D2ABB9
(210,171,185)
#DDBFCA
(221,191,202)
#E8D3DB
(232,211,219)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851F42 color. Also use rgb(133,31,66) instead hex code.

Text Font Color

.myTextColor { color: #851F42; }

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

This text font color is #851F42.


Background Color

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

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

This div background color is #851F42.


Border color

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

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

This div border color is #851F42.


Opacity

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

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

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

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

This text has shadow with #851F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851F42 on black background.


Color preview on white background

This text has color #851F42 on white background.



Black color preview on #851F42 background

This text has black color on #851F42 background.


White color preview on #851F42 background

This text has white color on #851F42 background.