COLOR #781431

HEX: #781431
RGB: (120,20,49)

Color info

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

RGB color model

#781431 color RGB value is (120,20,49).

  • red value is 120;
  • green value is 20;
  • blue value is 49.
RGB:
(120,20,49)
(47%,8%,19%)

RGB channels and saturation

R 120 of 255 = 47%
G 20 of 255 = 8%
B 49 of 255 = 19%

120
20
49

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

Portions of RGB colors in percentages

R + G + B =
120 + 20 + 49 = 189 (100%)
R 120 of 189 ~ 63.49%
G 20 of 189 ~ 10.58%
B 49 of 189 ~ 25.93%

%63.49
%10.58
%25.93

CMYK color model

#781431 color CMYK value is (0,83,59,53).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 59.17%
  • key color value is 52.94%
CMYK:
(0,83,59,53)
C0M83Y59K53 
(0%,83%,59%,53%)
(0.00/0.83/0.59/0.53)	

CMYK percentages

%0
%83.33
%59.17
%52.94

Codes

Color #781431 in popluar color models

781431
RGB1202049
HSL343°71.43%27.45%
HSB/HSV343°83.33%47.06%
CMYK0.00%83.33%59.17%
52.94%

Color #781431 in popluar number systems.

HEX781431
Decimal1202049
Binary111100010100110001
Octal1702461

Shades and tints

Shades of #781431

#781431
(120,20,49)
#6E132D
(110,19,45)
#641229
(100,18,41)
#5A1125
(90,17,37)
#501021
(80,16,33)
#460F1D
(70,15,29)
#3C0E19
(60,14,25)
#320D15
(50,13,21)
#280C11
(40,12,17)
#1E0B0D
(30,11,13)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #781431

#781431
(120,20,49)
#842943
(132,41,67)
#903E55
(144,62,85)
#9C5367
(156,83,103)
#A86879
(168,104,121)
#B47D8B
(180,125,139)
#C0929D
(192,146,157)
#CCA7AF
(204,167,175)
#D8BCC1
(216,188,193)
#E4D1D3
(228,209,211)
#F0E6E5
(240,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781431 color. Also use rgb(120,20,49) instead hex code.

Text Font Color

.myTextColor { color: #781431; }

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

This text font color is #781431.


Background Color

.myBgColor { background-color: #781431; }

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

This div background color is #781431.


Border color

.myBorderColor { border: 1px solid #781431; }

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

This div border color is #781431.


Opacity

.myOpacity80 { color: #781431; opacity: 0.8; }

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

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

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

This text has shadow with #781431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781431 on black background.


Color preview on white background

This text has color #781431 on white background.



Black color preview on #781431 background

This text has black color on #781431 background.


White color preview on #781431 background

This text has white color on #781431 background.