COLOR #751401

HEX: #751401
RGB: (117,20,1)

Color info

#751401 contains mainly red color. Web safe color of #751401 is #660000 (or #600).

RGB color model

#751401 color RGB value is (117,20,1).

  • red value is 117;
  • green value is 20;
  • blue value is 1.
RGB:
(117,20,1)
(46%,8%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 20 of 255 = 8%
B 1 of 255 = 0%

117
20
1

R + G + B ~ 18%. #751401 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 20 + 1 = 138 (100%)
R 117 of 138 ~ 84.78%
G 20 of 138 ~ 14.49%
B 1 of 138 ~ 0.72%

%84.78
%14.49

CMYK color model

#751401 color CMYK value is (0,83,99,54).

  • cyan value is 0.00%
  • magenta value is 82.91%
  • yellow value is 99.15%
  • key color value is 54.12%
CMYK:
(0,83,99,54)
C0M83Y99K54 
(0%,83%,99%,54%)
(0.00/0.83/0.99/0.54)	

CMYK percentages

%0
%82.91
%99.15
%54.12

Codes

Color #751401 in popluar color models

751401
RGB117201
HSL10°98.31%23.14%
HSB/HSV10°99.15%45.88%
CMYK0.00%82.91%99.15%
54.12%

Color #751401 in popluar number systems.

HEX751401
Decimal117201
Binary1110101101001
Octal165241

Shades and tints

Shades of #751401

#751401
(117,20,1)
#6B1301
(107,19,1)
#611201
(97,18,1)
#571101
(87,17,1)
#4D1001
(77,16,1)
#430F01
(67,15,1)
#390E01
(57,14,1)
#2F0D01
(47,13,1)
#250C01
(37,12,1)
#1B0B01
(27,11,1)
#110A01
(17,10,1)
#000000
(0,0,0)

Tints of #751401

#751401
(117,20,1)
#812918
(129,41,24)
#8D3E2F
(141,62,47)
#995346
(153,83,70)
#A5685D
(165,104,93)
#B17D74
(177,125,116)
#BD928B
(189,146,139)
#C9A7A2
(201,167,162)
#D5BCB9
(213,188,185)
#E1D1D0
(225,209,208)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751401 color. Also use rgb(117,20,1) instead hex code.

Text Font Color

.myTextColor { color: #751401; }

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

This text font color is #751401.


Background Color

.myBgColor { background-color: #751401; }

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

This div background color is #751401.


Border color

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

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

This div border color is #751401.


Opacity

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

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

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

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

This text has shadow with #751401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751401 on black background.


Color preview on white background

This text has color #751401 on white background.



Black color preview on #751401 background

This text has black color on #751401 background.


White color preview on #751401 background

This text has white color on #751401 background.