COLOR #851842

HEX: #851842 RGB: (133,24,66)

Color info

#851842 contains mainly red color. Web safe color of #851842 is #990033 (or #903).

RGB color model

#851842 color RGB value is (133,24,66).

RGB: (133,24,66) (52%, 9%, 26%)

RGB channels and saturation

R 133 of 255 = 52%
G 24 of 255 = 9%
B 66 of 255 = 26%

133
24
66

R + G + B ~ 29%. #851842 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 24 + 66 = 223 (100%)
R 133 of 223 ~ 59.64%
G 24 of 223 ~ 10.76%
B 66 of 223 ~ 29.6'%

%59.64
%10.76
%29.6

CMYK color model

#851842 color CMYK value is (0,82,50,48).

  • cyan value is 0.00%
  • magenta value is 81.95%
  • yellow value is 50.38%
  • key color value is 47.84%

CMYK: (0,82,50,48)
C0M82Y50K48 (0%, 82%, 50%, 48%)
(0.00 / 0.82 / 0.50 / 0.48)

CMYK percentages

%0
%81.95
%50.38
%47.84

Codes

Color #851842 in popluar color models

85 18 42
RGB 133 24 66
HSL 337° 69.43% 30.78%
HSB/HSV 337° 81.95% 52.16%
CMYK 0.00% 81.95% 50.38%
47.84%

Color #851842 in popluar number systems.

HEX 85 18 42
Decimal 133 24 66
Binary 10000101 11000 1000010
Octal 205 30 102

Shades and tints

Shades of #851842

#851842
(133,24,66)
#79163C
(121,22,60)
#6D1436
(109,20,54)
#611230
(97,18,48)
#55102A
(85,16,42)
#490E24
(73,14,36)
#3D0C1E
(61,12,30)
#310A18
(49,10,24)
#250812
(37,8,18)
#19060C
(25,6,12)
#0D0406
(13,4,6)
#000000
(0,0,0)

Tints of #851842

#851842
(133,24,66)
#902D53
(144,45,83)
#9B4264
(155,66,100)
#A65775
(166,87,117)
#B16C86
(177,108,134)
#BC8197
(188,129,151)
#C796A8
(199,150,168)
#D2ABB9
(210,171,185)
#DDC0CA
(221,192,202)
#E8D5DB
(232,213,219)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851842; }

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

This text font color is #851842.

Background Color

.myBgColor { background-color: #851842; }

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

This div background color is #851842.

Border color

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

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

This div border color is #851842.

Opacity

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

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

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

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

This text has shadow with #851842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #851842.

Preview

Color preview on black background

This text has color #851842 on black background.


Color preview on white background

This text has color #851842 on white background.


Black color preview on #851842 background

This text has black color on #851842 background.


White color preview on #851842 background

This text has white color on #851842 background.


Related colors

Complementary color

Complementary color for #hex is #7AE7BD.


I love getcolorcode.com

Triadic colors

1 #428518 and #184285 with #851842 are triadic colors.

2 #421885 and #188542 with #851842 are triadic colors.