COLOR #71231D

HEX: #71231D
RGB: (113,35,29)

Renk bilgisi

#71231D contains mainly red color. #71231D ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#71231D color RGB value is (113,35,29).

  • kırmız ton 113;
  • yeşil ton 35;
  • mavi ton 29.
RGB:
(113,35,29)
(44%,14%,11%)

RGB bağlantıları ve doygunluk

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

113
35
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 35 + 29 = 177 (100%)
R 113 of 177 ~ 63.84%
G 35 of 177 ~ 19.77%
B 29 of 177 ~ 16.38%

%63.84
%19.77
%16.38

CMYK RENK MODELİ

#71231D rengi CMYK tonu (0,69,74,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.03%
  • sarı tonu 74.34%
  • ana renk tonu 55.69%
CMYK:
(0,69,74,56)
C0M69Y74K56 
(0%,69%,74%,56%)
(0.00/0.69/0.74/0.56)	

CMYK yüzdeleri

%0
%69.03
%74.34
%55.69

Codes

Color #71231D in popluar color models

71231D
RGB1133529
HSL59.15%27.84%
HSB/HSV74.34%44.31%
CMYK0.00%69.03%74.34%
55.69%

Color #71231D in popluar number systems.

HEX71231D
Decimal1133529
Binary111000110001111101
Octal1614335

Shades and tints

Shades of #71231D

#71231D
(113,35,29)
#67201B
(103,32,27)
#5D1D19
(93,29,25)
#531A17
(83,26,23)
#491715
(73,23,21)
#3F1413
(63,20,19)
#351111
(53,17,17)
#2B0E0F
(43,14,15)
#210B0D
(33,11,13)
#17080B
(23,8,11)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #71231D

#71231D
(113,35,29)
#7D3731
(125,55,49)
#894B45
(137,75,69)
#955F59
(149,95,89)
#A1736D
(161,115,109)
#AD8781
(173,135,129)
#B99B95
(185,155,149)
#C5AFA9
(197,175,169)
#D1C3BD
(209,195,189)
#DDD7D1
(221,215,209)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71231D; }

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

This text font color is #71231D.


Background Color

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

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

This div background color is #71231D.


Border color

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

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

This div border color is #71231D.


Opacity

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

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

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

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

This text has shadow with #71231D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71231D on black background.


Color preview on white background

This text has color #71231D on white background.



Black color preview on #71231D background

This text has black color on #71231D background.


White color preview on #71231D background

This text has white color on #71231D background.