COLOR #6D1531

HEX: #6D1531
RGB: (109,21,49)

Renk bilgisi

#6D1531 contains mainly red color. #6D1531 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#6D1531 color RGB value is (109,21,49).

  • kırmız ton 109;
  • yeşil ton 21;
  • mavi ton 49.
RGB:
(109,21,49)
(43%,8%,19%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 21 of 255 = 8%
B 49 of 255 = 19%

109
21
49

R + G + B ~ 23%. #6D1531 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 21 + 49 = 179 (100%)
R 109 of 179 ~ 60.89%
G 21 of 179 ~ 11.73%
B 49 of 179 ~ 27.37%

%60.89
%11.73
%27.37

CMYK RENK MODELİ

#6D1531 rengi CMYK tonu (0,81,55,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.73%
  • sarı tonu 55.05%
  • ana renk tonu 57.25%
CMYK:
(0,81,55,57)
C0M81Y55K57 
(0%,81%,55%,57%)
(0.00/0.81/0.55/0.57)	

CMYK yüzdeleri

%0
%80.73
%55.05
%57.25

Codes

Color #6D1531 in popluar color models

6D1531
RGB1092149
HSL341°67.69%25.49%
HSB/HSV341°80.73%42.75%
CMYK0.00%80.73%55.05%
57.25%

Color #6D1531 in popluar number systems.

HEX6D1531
Decimal1092149
Binary110110110101110001
Octal1552561

Shades and tints

Shades of #6D1531

#6D1531
(109,21,49)
#64142D
(100,20,45)
#5B1329
(91,19,41)
#521225
(82,18,37)
#491121
(73,17,33)
#40101D
(64,16,29)
#370F19
(55,15,25)
#2E0E15
(46,14,21)
#250D11
(37,13,17)
#1C0C0D
(28,12,13)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #6D1531

#6D1531
(109,21,49)
#7A2A43
(122,42,67)
#873F55
(135,63,85)
#945467
(148,84,103)
#A16979
(161,105,121)
#AE7E8B
(174,126,139)
#BB939D
(187,147,157)
#C8A8AF
(200,168,175)
#D5BDC1
(213,189,193)
#E2D2D3
(226,210,211)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1531 color. Also use rgb(109,21,49) instead hex code.

Text Font Color

.myTextColor { color: #6D1531; }

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

This text font color is #6D1531.


Background Color

.myBgColor { background-color: #6D1531; }

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

This div background color is #6D1531.


Border color

.myBorderColor { border: 1px solid #6D1531; }

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

This div border color is #6D1531.


Opacity

.myOpacity80 { color: #6D1531; opacity: 0.8; }

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

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

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

This text has shadow with #6D1531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1531 on black background.


Color preview on white background

This text has color #6D1531 on white background.



Black color preview on #6D1531 background

This text has black color on #6D1531 background.


White color preview on #6D1531 background

This text has white color on #6D1531 background.