COLOR #6D132D

HEX: #6D132D RGB: (109,19,45)

Color info

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

RGB color model

#6D132D color RGB value is (109,19,45).

RGB: (109,19,45) (43%, 7%, 18%)

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 45 of 255 = 18%

109
19
45

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

Portions of RGB colors in percentages

R + G + B = 109 + 19 + 45 = 173 (100%)
R 109 of 173 ~ 63.01%
G 19 of 173 ~ 10.98%
B 45 of 173 ~ 26.01'%

%63.01
%10.98
%26.01

CMYK color model

#6D132D color CMYK value is (0,83,59,57).

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 58.72%
  • key color value is 57.25%

CMYK: (0,83,59,57)
C0M83Y59K57 (0%, 83%, 59%, 57%)
(0.00 / 0.83 / 0.59 / 0.57)

CMYK percentages

%0
%82.57
%58.72
%57.25

Codes

Color #6D132D in popluar color models

6D 13 2D
RGB 109 19 45
HSL 343° 70.31% 25.10%
HSB/HSV 343° 82.57% 42.75%
CMYK 0.00% 82.57% 58.72%
57.25%

Color #6D132D in popluar number systems.

HEX 6D 13 2D
Decimal 109 19 45
Binary 1101101 10011 101101
Octal 155 23 55

Shades and tints

Shades of #6D132D

#6D132D
(109,19,45)
#641229
(100,18,41)
#5B1125
(91,17,37)
#521021
(82,16,33)
#490F1D
(73,15,29)
#400E19
(64,14,25)
#370D15
(55,13,21)
#2E0C11
(46,12,17)
#250B0D
(37,11,13)
#1C0A09
(28,10,9)
#130905
(19,9,5)
#000000
(0,0,0)

Tints of #6D132D

#6D132D
(109,19,45)
#7A2840
(122,40,64)
#873D53
(135,61,83)
#945266
(148,82,102)
#A16779
(161,103,121)
#AE7C8C
(174,124,140)
#BB919F
(187,145,159)
#C8A6B2
(200,166,178)
#D5BBC5
(213,187,197)
#E2D0D8
(226,208,216)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D132D color. Also use rgb(109,19,45) instead hex code.

Text Font Color

.myTextColor { color: #6D132D; }

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

This text font color is #6D132D.

Background Color

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

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

This div background color is #6D132D.

Border color

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

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

This div border color is #6D132D.

Opacity

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

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

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

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

This text has shadow with #6D132D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D132D.

Preview

Color preview on black background

This text has color #6D132D on black background.


Color preview on white background

This text has color #6D132D on white background.


Black color preview on #6D132D background

This text has black color on #6D132D background.


White color preview on #6D132D background

This text has white color on #6D132D background.


Related colors

Complementary color

Complementary color for #hex is #92ECD2.


I love getcolorcode.com

Triadic colors

1 #2D6D13 and #132D6D with #6D132D are triadic colors.

2 #2D136D and #136D2D with #6D132D are triadic colors.