COLOR #612241

HEX: #612241 RGB: (97,34,65)

Color info

#612241 contains mainly red and blue colors. Web safe color of #612241 is #663333 (or #633).

RGB color model

#612241 color RGB value is (97,34,65).

RGB: (97,34,65) (38%, 13%, 25%)

RGB channels and saturation

R 97 of 255 = 38%
G 34 of 255 = 13%
B 65 of 255 = 25%

97
34
65

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

Portions of RGB colors in percentages

R + G + B = 97 + 34 + 65 = 196 (100%)
R 97 of 196 ~ 49.49%
G 34 of 196 ~ 17.35%
B 65 of 196 ~ 33.16'%

%49.49
%17.35
%33.16

CMYK color model

#612241 color CMYK value is (0,65,33,62).

  • cyan value is 0.00%
  • magenta value is 64.95%
  • yellow value is 32.99%
  • key color value is 61.96%

CMYK: (0,65,33,62)
C0M65Y33K62 (0%, 65%, 33%, 62%)
(0.00 / 0.65 / 0.33 / 0.62)

CMYK percentages

%0
%64.95
%32.99
%61.96

Codes

Color #612241 in popluar color models

61 22 41
RGB 97 34 65
HSL 330° 48.09% 25.69%
HSB/HSV 330° 64.95% 38.04%
CMYK 0.00% 64.95% 32.99%
61.96%

Color #612241 in popluar number systems.

HEX 61 22 41
Decimal 97 34 65
Binary 1100001 100010 1000001
Octal 141 42 101

Shades and tints

Shades of #612241

#612241
(97,34,65)
#591F3C
(89,31,60)
#511C37
(81,28,55)
#491932
(73,25,50)
#41162D
(65,22,45)
#391328
(57,19,40)
#311023
(49,16,35)
#290D1E
(41,13,30)
#210A19
(33,10,25)
#190714
(25,7,20)
#11040F
(17,4,15)
#000000
(0,0,0)

Tints of #612241

#612241
(97,34,65)
#6F3652
(111,54,82)
#7D4A63
(125,74,99)
#8B5E74
(139,94,116)
#997285
(153,114,133)
#A78696
(167,134,150)
#B59AA7
(181,154,167)
#C3AEB8
(195,174,184)
#D1C2C9
(209,194,201)
#DFD6DA
(223,214,218)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612241 color. Also use rgb(97,34,65) instead hex code.

Text Font Color

.myTextColor { color: #612241; }

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

This text font color is #612241.

Background Color

.myBgColor { background-color: #612241; }

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

This div background color is #612241.

Border color

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

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

This div border color is #612241.

Opacity

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

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

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

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

This text has shadow with #612241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #612241.

Preview

Color preview on black background

This text has color #612241 on black background.


Color preview on white background

This text has color #612241 on white background.


Black color preview on #612241 background

This text has black color on #612241 background.


White color preview on #612241 background

This text has white color on #612241 background.


Related colors

Complementary color

Complementary color for #hex is #9EDDBE.


I love getcolorcode.com

Triadic colors

1 #416122 and #224161 with #612241 are triadic colors.

2 #412261 and #226141 with #612241 are triadic colors.