COLOR #651B25

HEX: #651B25 RGB: (101,27,37)

Color info

#651B25 contains mainly red color. Web safe color of #651B25 is #663333 (or #633).

RGB color model

#651B25 color RGB value is (101,27,37).

RGB: (101,27,37) (40%, 11%, 15%)

RGB channels and saturation

R 101 of 255 = 40%
G 27 of 255 = 11%
B 37 of 255 = 15%

101
27
37

R + G + B ~ 22%. #651B25 is dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 27 + 37 = 165 (100%)
R 101 of 165 ~ 61.21%
G 27 of 165 ~ 16.36%
B 37 of 165 ~ 22.42'%

%61.21
%16.36
%22.42

CMYK color model

#651B25 color CMYK value is (0,73,63,60).

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

CMYK: (0,73,63,60)
C0M73Y63K60 (0%, 73%, 63%, 60%)
(0.00 / 0.73 / 0.63 / 0.60)

CMYK percentages

%0
%73.27
%63.37
%60.39

Codes

Color #651B25 in popluar color models

65 1B 25
RGB 101 27 37
HSL 352° 57.81% 25.10%
HSB/HSV 352° 73.27% 39.61%
CMYK 0.00% 73.27% 63.37%
60.39%

Color #651B25 in popluar number systems.

HEX 65 1B 25
Decimal 101 27 37
Binary 1100101 11011 100101
Octal 145 33 45

Shades and tints

Shades of #651B25

#651B25
(101,27,37)
#5C1922
(92,25,34)
#53171F
(83,23,31)
#4A151C
(74,21,28)
#411319
(65,19,25)
#381116
(56,17,22)
#2F0F13
(47,15,19)
#260D10
(38,13,16)
#1D0B0D
(29,11,13)
#14090A
(20,9,10)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #651B25

#651B25
(101,27,37)
#732F38
(115,47,56)
#81434B
(129,67,75)
#8F575E
(143,87,94)
#9D6B71
(157,107,113)
#AB7F84
(171,127,132)
#B99397
(185,147,151)
#C7A7AA
(199,167,170)
#D5BBBD
(213,187,189)
#E3CFD0
(227,207,208)
#F1E3E3
(241,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #651B25; }

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

This text font color is #651B25.

Background Color

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

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

This div background color is #651B25.

Border color

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

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

This div border color is #651B25.

Opacity

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

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

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

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

This text has shadow with #651B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #651B25.

Preview

Color preview on black background

This text has color #651B25 on black background.


Color preview on white background

This text has color #651B25 on white background.


Black color preview on #651B25 background

This text has black color on #651B25 background.


White color preview on #651B25 background

This text has white color on #651B25 background.


Related colors

Complementary color

Complementary color for #hex is #9AE4DA.


I love getcolorcode.com

Triadic colors

1 #25651B and #1B2565 with #651B25 are triadic colors.

2 #251B65 and #1B6525 with #651B25 are triadic colors.