COLOR #651B41

HEX: #651B41 RGB: (101,27,65)

Color info

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

RGB color model

#651B41 color RGB value is (101,27,65).

RGB: (101,27,65) (40%, 11%, 25%)

RGB channels and saturation

R 101 of 255 = 40%
G 27 of 255 = 11%
B 65 of 255 = 25%

101
27
65

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

Portions of RGB colors in percentages

R + G + B = 101 + 27 + 65 = 193 (100%)
R 101 of 193 ~ 52.33%
G 27 of 193 ~ 13.99%
B 65 of 193 ~ 33.68'%

%52.33
%13.99
%33.68

CMYK color model

#651B41 color CMYK value is (0,73,36,60).

  • cyan value is 0.00%
  • magenta value is 73.27%
  • yellow value is 35.64%
  • key color value is 60.39%

CMYK: (0,73,36,60)
C0M73Y36K60 (0%, 73%, 36%, 60%)
(0.00 / 0.73 / 0.36 / 0.60)

CMYK percentages

%0
%73.27
%35.64
%60.39

Codes

Color #651B41 in popluar color models

65 1B 41
RGB 101 27 65
HSL 329° 57.81% 25.10%
HSB/HSV 329° 73.27% 39.61%
CMYK 0.00% 73.27% 35.64%
60.39%

Color #651B41 in popluar number systems.

HEX 65 1B 41
Decimal 101 27 65
Binary 1100101 11011 1000001
Octal 145 33 101

Shades and tints

Shades of #651B41

#651B41
(101,27,65)
#5C193C
(92,25,60)
#531737
(83,23,55)
#4A1532
(74,21,50)
#41132D
(65,19,45)
#381128
(56,17,40)
#2F0F23
(47,15,35)
#260D1E
(38,13,30)
#1D0B19
(29,11,25)
#140914
(20,9,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #651B41

#651B41
(101,27,65)
#732F52
(115,47,82)
#814363
(129,67,99)
#8F5774
(143,87,116)
#9D6B85
(157,107,133)
#AB7F96
(171,127,150)
#B993A7
(185,147,167)
#C7A7B8
(199,167,184)
#D5BBC9
(213,187,201)
#E3CFDA
(227,207,218)
#F1E3EB
(241,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #651B41; }

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

This text font color is #651B41.

Background Color

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

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

This div background color is #651B41.

Border color

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

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

This div border color is #651B41.

Opacity

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

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

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

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

This text has shadow with #651B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #651B41.

Preview

Color preview on black background

This text has color #651B41 on black background.


Color preview on white background

This text has color #651B41 on white background.


Black color preview on #651B41 background

This text has black color on #651B41 background.


White color preview on #651B41 background

This text has white color on #651B41 background.


Related colors

Complementary color

Complementary color for #hex is #9AE4BE.


I love getcolorcode.com

Triadic colors

1 #41651B and #1B4165 with #651B41 are triadic colors.

2 #411B65 and #1B6541 with #651B41 are triadic colors.