COLOR #641B41

HEX: #641B41 RGB: (100,27,65)

Color info

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

RGB color model

#641B41 color RGB value is (100,27,65).

RGB: (100,27,65) (39%, 11%, 25%)

RGB channels and saturation

R 100 of 255 = 39%
G 27 of 255 = 11%
B 65 of 255 = 25%

100
27
65

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

Portions of RGB colors in percentages

R + G + B = 100 + 27 + 65 = 192 (100%)
R 100 of 192 ~ 52.08%
G 27 of 192 ~ 14.06%
B 65 of 192 ~ 33.85'%

%52.08
%14.06
%33.85

CMYK color model

#641B41 color CMYK value is (0,73,35,61).

  • cyan value is 0.00%
  • magenta value is 73.00%
  • yellow value is 35.00%
  • key color value is 60.78%

CMYK: (0,73,35,61)
C0M73Y35K61 (0%, 73%, 35%, 61%)
(0.00 / 0.73 / 0.35 / 0.61)

CMYK percentages

%0
%73
%35
%60.78

Codes

Color #641B41 in popluar color models

64 1B 41
RGB 100 27 65
HSL 329° 57.48% 24.90%
HSB/HSV 329° 73.00% 39.22%
CMYK 0.00% 73.00% 35.00%
60.78%

Color #641B41 in popluar number systems.

HEX 64 1B 41
Decimal 100 27 65
Binary 1100100 11011 1000001
Octal 144 33 101

Shades and tints

Shades of #641B41

#641B41
(100,27,65)
#5B193C
(91,25,60)
#521737
(82,23,55)
#491532
(73,21,50)
#40132D
(64,19,45)
#371128
(55,17,40)
#2E0F23
(46,15,35)
#250D1E
(37,13,30)
#1C0B19
(28,11,25)
#130914
(19,9,20)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #641B41

#641B41
(100,27,65)
#722F52
(114,47,82)
#804363
(128,67,99)
#8E5774
(142,87,116)
#9C6B85
(156,107,133)
#AA7F96
(170,127,150)
#B893A7
(184,147,167)
#C6A7B8
(198,167,184)
#D4BBC9
(212,187,201)
#E2CFDA
(226,207,218)
#F0E3EB
(240,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #641B41 color. Also use rgb(100,27,65) instead hex code.

Text Font Color

.myTextColor { color: #641B41; }

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

This text font color is #641B41.

Background Color

.myBgColor { background-color: #641B41; }

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

This div background color is #641B41.

Border color

.myBorderColor { border: 1px solid #641B41; }

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

This div border color is #641B41.

Opacity

.myOpacity80 { color: #641B41; opacity: 0.8; }

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

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

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

This text has shadow with #641B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #641B41.

Preview

Color preview on black background

This text has color #641B41 on black background.


Color preview on white background

This text has color #641B41 on white background.


Black color preview on #641B41 background

This text has black color on #641B41 background.


White color preview on #641B41 background

This text has white color on #641B41 background.


Related colors

Complementary color

Complementary color for #hex is #9BE4BE.


I love getcolorcode.com

Triadic colors

1 #41641B and #1B4164 with #641B41 are triadic colors.

2 #411B64 and #1B6441 with #641B41 are triadic colors.