COLOR #711240

HEX: #711240
RGB: (113,18,64)

Renk bilgisi

#711240 contains mainly red and blue colors. #711240 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#711240 color RGB value is (113,18,64).

  • kırmız ton 113;
  • yeşil ton 18;
  • mavi ton 64.
RGB:
(113,18,64)
(44%,7%,25%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 18 of 255 = 7%
B 64 of 255 = 25%

113
18
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 18 + 64 = 195 (100%)
R 113 of 195 ~ 57.95%
G 18 of 195 ~ 9.23%
B 64 of 195 ~ 32.82%

%57.95
%32.82

CMYK RENK MODELİ

#711240 rengi CMYK tonu (0,84,43,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.07%
  • sarı tonu 43.36%
  • ana renk tonu 55.69%
CMYK:
(0,84,43,56)
C0M84Y43K56 
(0%,84%,43%,56%)
(0.00/0.84/0.43/0.56)	

CMYK yüzdeleri

%0
%84.07
%43.36
%55.69

Codes

Color #711240 in popluar color models

711240
RGB1131864
HSL331°72.52%25.69%
HSB/HSV331°84.07%44.31%
CMYK0.00%84.07%43.36%
55.69%

Color #711240 in popluar number systems.

HEX711240
Decimal1131864
Binary1110001100101000000
Octal16122100

Shades and tints

Shades of #711240

#711240
(113,18,64)
#67113B
(103,17,59)
#5D1036
(93,16,54)
#530F31
(83,15,49)
#490E2C
(73,14,44)
#3F0D27
(63,13,39)
#350C22
(53,12,34)
#2B0B1D
(43,11,29)
#210A18
(33,10,24)
#170913
(23,9,19)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #711240

#711240
(113,18,64)
#7D2751
(125,39,81)
#893C62
(137,60,98)
#955173
(149,81,115)
#A16684
(161,102,132)
#AD7B95
(173,123,149)
#B990A6
(185,144,166)
#C5A5B7
(197,165,183)
#D1BAC8
(209,186,200)
#DDCFD9
(221,207,217)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711240 color. Also use rgb(113,18,64) instead hex code.

Text Font Color

.myTextColor { color: #711240; }

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

This text font color is #711240.


Background Color

.myBgColor { background-color: #711240; }

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

This div background color is #711240.


Border color

.myBorderColor { border: 1px solid #711240; }

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

This div border color is #711240.


Opacity

.myOpacity80 { color: #711240; opacity: 0.8; }

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

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

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

This text has shadow with #711240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711240 on black background.


Color preview on white background

This text has color #711240 on white background.



Black color preview on #711240 background

This text has black color on #711240 background.


White color preview on #711240 background

This text has white color on #711240 background.