COLOR #7D1631

HEX: #7D1631
RGB: (125,22,49)

Color info

#7D1631 contains mainly red color. Web safe color of #7D1631 is #660033 (or #603).

RGB color model

#7D1631 color RGB value is (125,22,49).

  • red value is 125;
  • green value is 22;
  • blue value is 49.
RGB:
(125,22,49)
(49%,9%,19%)

RGB channels and saturation

R 125 of 255 = 49%
G 22 of 255 = 9%
B 49 of 255 = 19%

125
22
49

R + G + B ~ 26%. #7D1631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 22 + 49 = 196 (100%)
R 125 of 196 ~ 63.78%
G 22 of 196 ~ 11.22%
B 49 of 196 ~ 25%

%63.78
%11.22
%25

CMYK color model

#7D1631 color CMYK value is (0,82,61,51).

  • cyan value is 0.00%
  • magenta value is 82.40%
  • yellow value is 60.80%
  • key color value is 50.98%
CMYK:
(0,82,61,51)
C0M82Y61K51 
(0%,82%,61%,51%)
(0.00/0.82/0.61/0.51)	

CMYK percentages

%0
%82.4
%60.8
%50.98

Codes

Color #7D1631 in popluar color models

7D1631
RGB1252249
HSL344°70.07%28.82%
HSB/HSV344°82.40%49.02%
CMYK0.00%82.40%60.80%
50.98%

Color #7D1631 in popluar number systems.

HEX7D1631
Decimal1252249
Binary111110110110110001
Octal1752661

Shades and tints

Shades of #7D1631

#7D1631
(125,22,49)
#72142D
(114,20,45)
#671229
(103,18,41)
#5C1025
(92,16,37)
#510E21
(81,14,33)
#460C1D
(70,12,29)
#3B0A19
(59,10,25)
#300815
(48,8,21)
#250611
(37,6,17)
#1A040D
(26,4,13)
#0F0209
(15,2,9)
#000000
(0,0,0)

Tints of #7D1631

#7D1631
(125,22,49)
#882B43
(136,43,67)
#934055
(147,64,85)
#9E5567
(158,85,103)
#A96A79
(169,106,121)
#B47F8B
(180,127,139)
#BF949D
(191,148,157)
#CAA9AF
(202,169,175)
#D5BEC1
(213,190,193)
#E0D3D3
(224,211,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1631 color. Also use rgb(125,22,49) instead hex code.

Text Font Color

.myTextColor { color: #7D1631; }

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

This text font color is #7D1631.


Background Color

.myBgColor { background-color: #7D1631; }

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

This div background color is #7D1631.


Border color

.myBorderColor { border: 1px solid #7D1631; }

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

This div border color is #7D1631.


Opacity

.myOpacity80 { color: #7D1631; opacity: 0.8; }

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

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

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

This text has shadow with #7D1631 color.

.textShadow {text-shadow: 3px 3px 1px #7D1631, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D1631;
-webkit-box-shadow: 1px 1px 3px 2px #7D1631;
box-shadow:1px 1px 3px 2px #7D1631;">
Div content here</div>
This div box has shadow with color #7D1631.

Preview

Color preview on black background

This text has color #7D1631 on black background.


Color preview on white background

This text has color #7D1631 on white background.



Black color preview on #7D1631 background

This text has black color on #7D1631 background.


White color preview on #7D1631 background

This text has white color on #7D1631 background.