COLOR #751315

HEX: #751315
RGB: (117,19,21)

Color info

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

RGB color model

#751315 color RGB value is (117,19,21).

  • red value is 117;
  • green value is 19;
  • blue value is 21.
RGB:
(117,19,21)
(46%,7%,8%)

RGB channels and saturation

R 117 of 255 = 46%
G 19 of 255 = 7%
B 21 of 255 = 8%

117
19
21

R + G + B ~ 20%. #751315 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 19 + 21 = 157 (100%)
R 117 of 157 ~ 74.52%
G 19 of 157 ~ 12.1%
B 21 of 157 ~ 13.38%

%74.52
%12.1
%13.38

CMYK color model

#751315 color CMYK value is (0,84,82,54).

  • cyan value is 0.00%
  • magenta value is 83.76%
  • yellow value is 82.05%
  • key color value is 54.12%
CMYK:
(0,84,82,54)
C0M84Y82K54 
(0%,84%,82%,54%)
(0.00/0.84/0.82/0.54)	

CMYK percentages

%0
%83.76
%82.05
%54.12

Codes

Color #751315 in popluar color models

751315
RGB1171921
HSL359°72.06%26.67%
HSB/HSV359°83.76%45.88%
CMYK0.00%83.76%82.05%
54.12%

Color #751315 in popluar number systems.

HEX751315
Decimal1171921
Binary11101011001110101
Octal1652325

Shades and tints

Shades of #751315

#751315
(117,19,21)
#6B1214
(107,18,20)
#611113
(97,17,19)
#571012
(87,16,18)
#4D0F11
(77,15,17)
#430E10
(67,14,16)
#390D0F
(57,13,15)
#2F0C0E
(47,12,14)
#250B0D
(37,11,13)
#1B0A0C
(27,10,12)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #751315

#751315
(117,19,21)
#81282A
(129,40,42)
#8D3D3F
(141,61,63)
#995254
(153,82,84)
#A56769
(165,103,105)
#B17C7E
(177,124,126)
#BD9193
(189,145,147)
#C9A6A8
(201,166,168)
#D5BBBD
(213,187,189)
#E1D0D2
(225,208,210)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751315 color. Also use rgb(117,19,21) instead hex code.

Text Font Color

.myTextColor { color: #751315; }

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

This text font color is #751315.


Background Color

.myBgColor { background-color: #751315; }

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

This div background color is #751315.


Border color

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

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

This div border color is #751315.


Opacity

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

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

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

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

This text has shadow with #751315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751315 on black background.


Color preview on white background

This text has color #751315 on white background.



Black color preview on #751315 background

This text has black color on #751315 background.


White color preview on #751315 background

This text has white color on #751315 background.