COLOR #71243D

HEX: #71243D
RGB: (113,36,61)

Color info

#71243D contains mainly red and blue colors. Web safe color of #71243D is #663333 (or #633).

RGB color model

#71243D color RGB value is (113,36,61).

  • red value is 113;
  • green value is 36;
  • blue value is 61.
RGB:
(113,36,61)
(44%,14%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 36 of 255 = 14%
B 61 of 255 = 24%

113
36
61

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

Portions of RGB colors in percentages

R + G + B =
113 + 36 + 61 = 210 (100%)
R 113 of 210 ~ 53.81%
G 36 of 210 ~ 17.14%
B 61 of 210 ~ 29.05%

%53.81
%17.14
%29.05

CMYK color model

#71243D color CMYK value is (0,68,46,56).

  • cyan value is 0.00%
  • magenta value is 68.14%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(0,68,46,56)
C0M68Y46K56 
(0%,68%,46%,56%)
(0.00/0.68/0.46/0.56)	

CMYK percentages

%0
%68.14
%46.02
%55.69

Codes

Color #71243D in popluar color models

71243D
RGB1133661
HSL341°51.68%29.22%
HSB/HSV341°68.14%44.31%
CMYK0.00%68.14%46.02%
55.69%

Color #71243D in popluar number systems.

HEX71243D
Decimal1133661
Binary1110001100100111101
Octal1614475

Shades and tints

Shades of #71243D

#71243D
(113,36,61)
#672138
(103,33,56)
#5D1E33
(93,30,51)
#531B2E
(83,27,46)
#491829
(73,24,41)
#3F1524
(63,21,36)
#35121F
(53,18,31)
#2B0F1A
(43,15,26)
#210C15
(33,12,21)
#170910
(23,9,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #71243D

#71243D
(113,36,61)
#7D374E
(125,55,78)
#894A5F
(137,74,95)
#955D70
(149,93,112)
#A17081
(161,112,129)
#AD8392
(173,131,146)
#B996A3
(185,150,163)
#C5A9B4
(197,169,180)
#D1BCC5
(209,188,197)
#DDCFD6
(221,207,214)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71243D color. Also use rgb(113,36,61) instead hex code.

Text Font Color

.myTextColor { color: #71243D; }

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

This text font color is #71243D.


Background Color

.myBgColor { background-color: #71243D; }

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

This div background color is #71243D.


Border color

.myBorderColor { border: 1px solid #71243D; }

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

This div border color is #71243D.


Opacity

.myOpacity80 { color: #71243D; opacity: 0.8; }

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

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

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

This text has shadow with #71243D color.

.textShadow {text-shadow: 3px 3px 1px #71243D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71243D on black background.


Color preview on white background

This text has color #71243D on white background.



Black color preview on #71243D background

This text has black color on #71243D background.


White color preview on #71243D background

This text has white color on #71243D background.