COLOR #7D1933

HEX: #7D1933 RGB: (125,25,51)

Color info

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

RGB color model

#7D1933 color RGB value is (125,25,51).

RGB: (125,25,51) (49%, 10%, 20%)

RGB channels and saturation

R 125 of 255 = 49%
G 25 of 255 = 10%
B 51 of 255 = 20%

125
25
51

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

Portions of RGB colors in percentages

R + G + B = 125 + 25 + 51 = 201 (100%)
R 125 of 201 ~ 62.19%
G 25 of 201 ~ 12.44%
B 51 of 201 ~ 25.37'%

%62.19
%12.44
%25.37

CMYK color model

#7D1933 color CMYK value is (0,80,59,51).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 59.20%
  • key color value is 50.98%

CMYK: (0,80,59,51)
C0M80Y59K51 (0%, 80%, 59%, 51%)
(0.00 / 0.80 / 0.59 / 0.51)

CMYK percentages

%0
%80
%59.2
%50.98

Codes

Color #7D1933 in popluar color models

7D 19 33
RGB 125 25 51
HSL 344° 66.67% 29.41%
HSB/HSV 344° 80.00% 49.02%
CMYK 0.00% 80.00% 59.20%
50.98%

Color #7D1933 in popluar number systems.

HEX 7D 19 33
Decimal 125 25 51
Binary 1111101 11001 110011
Octal 175 31 63

Shades and tints

Shades of #7D1933

#7D1933
(125,25,51)
#72172F
(114,23,47)
#67152B
(103,21,43)
#5C1327
(92,19,39)
#511123
(81,17,35)
#460F1F
(70,15,31)
#3B0D1B
(59,13,27)
#300B17
(48,11,23)
#250913
(37,9,19)
#1A070F
(26,7,15)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #7D1933

#7D1933
(125,25,51)
#882D45
(136,45,69)
#934157
(147,65,87)
#9E5569
(158,85,105)
#A9697B
(169,105,123)
#B47D8D
(180,125,141)
#BF919F
(191,145,159)
#CAA5B1
(202,165,177)
#D5B9C3
(213,185,195)
#E0CDD5
(224,205,213)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1933 color. Also use rgb(125,25,51) instead hex code.

Text Font Color

.myTextColor { color: #7D1933; }

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

This text font color is #7D1933.

Background Color

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

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

This div background color is #7D1933.

Border color

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

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

This div border color is #7D1933.

Opacity

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

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

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

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

This text has shadow with #7D1933 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D1933.

Preview

Color preview on black background

This text has color #7D1933 on black background.


Color preview on white background

This text has color #7D1933 on white background.


Black color preview on #7D1933 background

This text has black color on #7D1933 background.


White color preview on #7D1933 background

This text has white color on #7D1933 background.


Related colors

Complementary color

Complementary color for #hex is #82E6CC.


I love getcolorcode.com

Triadic colors

1 #337D19 and #19337D with #7D1933 are triadic colors.

2 #33197D and #197D33 with #7D1933 are triadic colors.