COLOR #6D1221

HEX: #6D1221
RGB: (109,18,33)

Color info

#6D1221 contains mainly red color. Web safe color of #6D1221 is #660033 (or #603).

RGB color model

#6D1221 color RGB value is (109,18,33).

  • red value is 109;
  • green value is 18;
  • blue value is 33.
RGB:
(109,18,33)
(43%,7%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 18 of 255 = 7%
B 33 of 255 = 13%

109
18
33

R + G + B ~ 21%. #6D1221 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 18 + 33 = 160 (100%)
R 109 of 160 ~ 68.13%
G 18 of 160 ~ 11.25%
B 33 of 160 ~ 20.63%

%68.13
%11.25
%20.63

CMYK color model

#6D1221 color CMYK value is (0,83,70,57).

  • cyan value is 0.00%
  • magenta value is 83.49%
  • yellow value is 69.72%
  • key color value is 57.25%
CMYK:
(0,83,70,57)
C0M83Y70K57 
(0%,83%,70%,57%)
(0.00/0.83/0.70/0.57)	

CMYK percentages

%0
%83.49
%69.72
%57.25

Codes

Color #6D1221 in popluar color models

6D1221
RGB1091833
HSL350°71.65%24.90%
HSB/HSV350°83.49%42.75%
CMYK0.00%83.49%69.72%
57.25%

Color #6D1221 in popluar number systems.

HEX6D1221
Decimal1091833
Binary110110110010100001
Octal1552241

Shades and tints

Shades of #6D1221

#6D1221
(109,18,33)
#64111E
(100,17,30)
#5B101B
(91,16,27)
#520F18
(82,15,24)
#490E15
(73,14,21)
#400D12
(64,13,18)
#370C0F
(55,12,15)
#2E0B0C
(46,11,12)
#250A09
(37,10,9)
#1C0906
(28,9,6)
#130803
(19,8,3)
#000000
(0,0,0)

Tints of #6D1221

#6D1221
(109,18,33)
#7A2735
(122,39,53)
#873C49
(135,60,73)
#94515D
(148,81,93)
#A16671
(161,102,113)
#AE7B85
(174,123,133)
#BB9099
(187,144,153)
#C8A5AD
(200,165,173)
#D5BAC1
(213,186,193)
#E2CFD5
(226,207,213)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1221 color. Also use rgb(109,18,33) instead hex code.

Text Font Color

.myTextColor { color: #6D1221; }

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

This text font color is #6D1221.


Background Color

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

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

This div background color is #6D1221.


Border color

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

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

This div border color is #6D1221.


Opacity

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

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

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

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

This text has shadow with #6D1221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1221 on black background.


Color preview on white background

This text has color #6D1221 on white background.



Black color preview on #6D1221 background

This text has black color on #6D1221 background.


White color preview on #6D1221 background

This text has white color on #6D1221 background.