COLOR #71231C

HEX: #71231C
RGB: (113,35,28)

Color info

#71231C contains mainly red color. Web safe color of #71231C is #663333 (or #633).

RGB color model

#71231C color RGB value is (113,35,28).

  • red value is 113;
  • green value is 35;
  • blue value is 28.
RGB:
(113,35,28)
(44%,14%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 35 of 255 = 14%
B 28 of 255 = 11%

113
35
28

R + G + B ~ 23%. #71231C is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 35 + 28 = 176 (100%)
R 113 of 176 ~ 64.2%
G 35 of 176 ~ 19.89%
B 28 of 176 ~ 15.91%

%64.2
%19.89
%15.91

CMYK color model

#71231C color CMYK value is (0,69,75,56).

  • cyan value is 0.00%
  • magenta value is 69.03%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(0,69,75,56)
C0M69Y75K56 
(0%,69%,75%,56%)
(0.00/0.69/0.75/0.56)	

CMYK percentages

%0
%69.03
%75.22
%55.69

Codes

Color #71231C in popluar color models

71231C
RGB1133528
HSL60.28%27.65%
HSB/HSV75.22%44.31%
CMYK0.00%69.03%75.22%
55.69%

Color #71231C in popluar number systems.

HEX71231C
Decimal1133528
Binary111000110001111100
Octal1614334

Shades and tints

Shades of #71231C

#71231C
(113,35,28)
#67201A
(103,32,26)
#5D1D18
(93,29,24)
#531A16
(83,26,22)
#491714
(73,23,20)
#3F1412
(63,20,18)
#351110
(53,17,16)
#2B0E0E
(43,14,14)
#210B0C
(33,11,12)
#17080A
(23,8,10)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #71231C

#71231C
(113,35,28)
#7D3730
(125,55,48)
#894B44
(137,75,68)
#955F58
(149,95,88)
#A1736C
(161,115,108)
#AD8780
(173,135,128)
#B99B94
(185,155,148)
#C5AFA8
(197,175,168)
#D1C3BC
(209,195,188)
#DDD7D0
(221,215,208)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71231C color. Also use rgb(113,35,28) instead hex code.

Text Font Color

.myTextColor { color: #71231C; }

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

This text font color is #71231C.


Background Color

.myBgColor { background-color: #71231C; }

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

This div background color is #71231C.


Border color

.myBorderColor { border: 1px solid #71231C; }

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

This div border color is #71231C.


Opacity

.myOpacity80 { color: #71231C; opacity: 0.8; }

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

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

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

This text has shadow with #71231C color.

.textShadow {text-shadow: 3px 3px 1px #71231C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71231C on black background.


Color preview on white background

This text has color #71231C on white background.



Black color preview on #71231C background

This text has black color on #71231C background.


White color preview on #71231C background

This text has white color on #71231C background.