COLOR #881239

HEX: #881239 RGB: (136,18,57)

Color info

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

RGB color model

#881239 color RGB value is (136,18,57).

RGB: (136,18,57) (53%, 7%, 22%)

RGB channels and saturation

R 136 of 255 = 53%
G 18 of 255 = 7%
B 57 of 255 = 22%

136
18
57

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

Portions of RGB colors in percentages

R + G + B = 136 + 18 + 57 = 211 (100%)
R 136 of 211 ~ 64.45%
G 18 of 211 ~ 8.53%
B 57 of 211 ~ 27.01'%

%64.45
%27.01

CMYK color model

#881239 color CMYK value is (0,87,58,47).

  • cyan value is 0.00%
  • magenta value is 86.76%
  • yellow value is 58.09%
  • key color value is 46.67%

CMYK: (0,87,58,47)
C0M87Y58K47 (0%, 87%, 58%, 47%)
(0.00 / 0.87 / 0.58 / 0.47)

CMYK percentages

%0
%86.76
%58.09
%46.67

Codes

Color #881239 in popluar color models

88 12 39
RGB 136 18 57
HSL 340° 76.62% 30.20%
HSB/HSV 340° 86.76% 53.33%
CMYK 0.00% 86.76% 58.09%
46.67%

Color #881239 in popluar number systems.

HEX 88 12 39
Decimal 136 18 57
Binary 10001000 10010 111001
Octal 210 22 71

Shades and tints

Shades of #881239

#881239
(136,18,57)
#7C1134
(124,17,52)
#70102F
(112,16,47)
#640F2A
(100,15,42)
#580E25
(88,14,37)
#4C0D20
(76,13,32)
#400C1B
(64,12,27)
#340B16
(52,11,22)
#280A11
(40,10,17)
#1C090C
(28,9,12)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #881239

#881239
(136,18,57)
#92274B
(146,39,75)
#9C3C5D
(156,60,93)
#A6516F
(166,81,111)
#B06681
(176,102,129)
#BA7B93
(186,123,147)
#C490A5
(196,144,165)
#CEA5B7
(206,165,183)
#D8BAC9
(216,186,201)
#E2CFDB
(226,207,219)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #881239 color. Also use rgb(136,18,57) instead hex code.

Text Font Color

.myTextColor { color: #881239; }

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

This text font color is #881239.

Background Color

.myBgColor { background-color: #881239; }

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

This div background color is #881239.

Border color

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

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

This div border color is #881239.

Opacity

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

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

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

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

This text has shadow with #881239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #881239.

Preview

Color preview on black background

This text has color #881239 on black background.


Color preview on white background

This text has color #881239 on white background.


Black color preview on #881239 background

This text has black color on #881239 background.


White color preview on #881239 background

This text has white color on #881239 background.


Related colors

Complementary color

Complementary color for #hex is #77EDC6.


I love getcolorcode.com

Triadic colors

1 #398812 and #123988 with #881239 are triadic colors.

2 #391288 and #128839 with #881239 are triadic colors.