COLOR #71282B

HEX: #71282B
RGB: (113,40,43)

Color info

#71282B contains mainly red color. Web safe color of #71282B is #663333 (or #633).

RGB color model

#71282B color RGB value is (113,40,43).

  • red value is 113;
  • green value is 40;
  • blue value is 43.
RGB:
(113,40,43)
(44%,16%,17%)

RGB channels and saturation

R 113 of 255 = 44%
G 40 of 255 = 16%
B 43 of 255 = 17%

113
40
43

R + G + B ~ 26%. #71282B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 40 + 43 = 196 (100%)
R 113 of 196 ~ 57.65%
G 40 of 196 ~ 20.41%
B 43 of 196 ~ 21.94%

%57.65
%20.41
%21.94

CMYK color model

#71282B color CMYK value is (0,65,62,56).

  • cyan value is 0.00%
  • magenta value is 64.60%
  • yellow value is 61.95%
  • key color value is 55.69%
CMYK:
(0,65,62,56)
C0M65Y62K56 
(0%,65%,62%,56%)
(0.00/0.65/0.62/0.56)	

CMYK percentages

%0
%64.6
%61.95
%55.69

Codes

Color #71282B in popluar color models

71282B
RGB1134043
HSL358°47.71%30.00%
HSB/HSV358°64.60%44.31%
CMYK0.00%64.60%61.95%
55.69%

Color #71282B in popluar number systems.

HEX71282B
Decimal1134043
Binary1110001101000101011
Octal1615053

Shades and tints

Shades of #71282B

#71282B
(113,40,43)
#672528
(103,37,40)
#5D2225
(93,34,37)
#531F22
(83,31,34)
#491C1F
(73,28,31)
#3F191C
(63,25,28)
#351619
(53,22,25)
#2B1316
(43,19,22)
#211013
(33,16,19)
#170D10
(23,13,16)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #71282B

#71282B
(113,40,43)
#7D3B3E
(125,59,62)
#894E51
(137,78,81)
#956164
(149,97,100)
#A17477
(161,116,119)
#AD878A
(173,135,138)
#B99A9D
(185,154,157)
#C5ADB0
(197,173,176)
#D1C0C3
(209,192,195)
#DDD3D6
(221,211,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71282B color. Also use rgb(113,40,43) instead hex code.

Text Font Color

.myTextColor { color: #71282B; }

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

This text font color is #71282B.


Background Color

.myBgColor { background-color: #71282B; }

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

This div background color is #71282B.


Border color

.myBorderColor { border: 1px solid #71282B; }

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

This div border color is #71282B.


Opacity

.myOpacity80 { color: #71282B; opacity: 0.8; }

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

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

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

This text has shadow with #71282B color.

.textShadow {text-shadow: 3px 3px 1px #71282B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71282B on black background.


Color preview on white background

This text has color #71282B on white background.



Black color preview on #71282B background

This text has black color on #71282B background.


White color preview on #71282B background

This text has white color on #71282B background.