COLOR #7D1231

HEX: #7D1231
RGB: (125,18,49)

Color info

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

RGB color model

#7D1231 color RGB value is (125,18,49).

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

RGB channels and saturation

R 125 of 255 = 49%
G 18 of 255 = 7%
B 49 of 255 = 19%

125
18
49

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

Portions of RGB colors in percentages

R + G + B =
125 + 18 + 49 = 192 (100%)
R 125 of 192 ~ 65.1%
G 18 of 192 ~ 9.38%
B 49 of 192 ~ 25.52%

%65.1
%25.52

CMYK color model

#7D1231 color CMYK value is (0,86,61,51).

  • cyan value is 0.00%
  • magenta value is 85.60%
  • yellow value is 60.80%
  • key color value is 50.98%
CMYK:
(0,86,61,51)
C0M86Y61K51 
(0%,86%,61%,51%)
(0.00/0.86/0.61/0.51)	

CMYK percentages

%0
%85.6
%60.8
%50.98

Codes

Color #7D1231 in popluar color models

7D1231
RGB1251849
HSL343°74.83%28.04%
HSB/HSV343°85.60%49.02%
CMYK0.00%85.60%60.80%
50.98%

Color #7D1231 in popluar number systems.

HEX7D1231
Decimal1251849
Binary111110110010110001
Octal1752261

Shades and tints

Shades of #7D1231

#7D1231
(125,18,49)
#72112D
(114,17,45)
#671029
(103,16,41)
#5C0F25
(92,15,37)
#510E21
(81,14,33)
#460D1D
(70,13,29)
#3B0C19
(59,12,25)
#300B15
(48,11,21)
#250A11
(37,10,17)
#1A090D
(26,9,13)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #7D1231

#7D1231
(125,18,49)
#882743
(136,39,67)
#933C55
(147,60,85)
#9E5167
(158,81,103)
#A96679
(169,102,121)
#B47B8B
(180,123,139)
#BF909D
(191,144,157)
#CAA5AF
(202,165,175)
#D5BAC1
(213,186,193)
#E0CFD3
(224,207,211)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1231; }

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

This text font color is #7D1231.


Background Color

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

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

This div background color is #7D1231.


Border color

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

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

This div border color is #7D1231.


Opacity

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

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

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

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

This text has shadow with #7D1231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1231 on black background.


Color preview on white background

This text has color #7D1231 on white background.



Black color preview on #7D1231 background

This text has black color on #7D1231 background.


White color preview on #7D1231 background

This text has white color on #7D1231 background.