COLOR #8B1123

HEX: #8B1123 RGB: (139,17,35)

Color info

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

RGB color model

#8B1123 color RGB value is (139,17,35).

RGB: (139,17,35) (55%, 7%, 14%)

RGB channels and saturation

R 139 of 255 = 55%
G 17 of 255 = 7%
B 35 of 255 = 14%

139
17
35

R + G + B ~ 25%. #8B1123 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 17 + 35 = 191 (100%)
R 139 of 191 ~ 72.77%
G 17 of 191 ~ 8.9%
B 35 of 191 ~ 18.32'%

%72.77
%18.32

CMYK color model

#8B1123 color CMYK value is (0,88,75,45).

  • cyan value is 0.00%
  • magenta value is 87.77%
  • yellow value is 74.82%
  • key color value is 45.49%

CMYK: (0,88,75,45)
C0M88Y75K45 (0%, 88%, 75%, 45%)
(0.00 / 0.88 / 0.75 / 0.45)

CMYK percentages

%0
%87.77
%74.82
%45.49

Codes

Color #8B1123 in popluar color models

8B 11 23
RGB 139 17 35
HSL 351° 78.21% 30.59%
HSB/HSV 351° 87.77% 54.51%
CMYK 0.00% 87.77% 74.82%
45.49%

Color #8B1123 in popluar number systems.

HEX 8B 11 23
Decimal 139 17 35
Binary 10001011 10001 100011
Octal 213 21 43

Shades and tints

Shades of #8B1123

#8B1123
(139,17,35)
#7F1020
(127,16,32)
#730F1D
(115,15,29)
#670E1A
(103,14,26)
#5B0D17
(91,13,23)
#4F0C14
(79,12,20)
#430B11
(67,11,17)
#370A0E
(55,10,14)
#2B090B
(43,9,11)
#1F0808
(31,8,8)
#130705
(19,7,5)
#000000
(0,0,0)

Tints of #8B1123

#8B1123
(139,17,35)
#952637
(149,38,55)
#9F3B4B
(159,59,75)
#A9505F
(169,80,95)
#B36573
(179,101,115)
#BD7A87
(189,122,135)
#C78F9B
(199,143,155)
#D1A4AF
(209,164,175)
#DBB9C3
(219,185,195)
#E5CED7
(229,206,215)
#EFE3EB
(239,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1123 color. Also use rgb(139,17,35) instead hex code.

Text Font Color

.myTextColor { color: #8B1123; }

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

This text font color is #8B1123.

Background Color

.myBgColor { background-color: #8B1123; }

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

This div background color is #8B1123.

Border color

.myBorderColor { border: 1px solid #8B1123; }

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

This div border color is #8B1123.

Opacity

.myOpacity80 { color: #8B1123; opacity: 0.8; }

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

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

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

This text has shadow with #8B1123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B1123.

Preview

Color preview on black background

This text has color #8B1123 on black background.


Color preview on white background

This text has color #8B1123 on white background.


Black color preview on #8B1123 background

This text has black color on #8B1123 background.


White color preview on #8B1123 background

This text has white color on #8B1123 background.


Related colors

Complementary color

Complementary color for #hex is #74EEDC.


I love getcolorcode.com

Triadic colors

1 #238B11 and #11238B with #8B1123 are triadic colors.

2 #23118B and #118B23 with #8B1123 are triadic colors.