COLOR #751422

HEX: #751422
RGB: (117,20,34)

Color info

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

RGB color model

#751422 color RGB value is (117,20,34).

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

RGB channels and saturation

R 117 of 255 = 46%
G 20 of 255 = 8%
B 34 of 255 = 13%

117
20
34

R + G + B ~ 22%. #751422 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 20 + 34 = 171 (100%)
R 117 of 171 ~ 68.42%
G 20 of 171 ~ 11.7%
B 34 of 171 ~ 19.88%

%68.42
%11.7
%19.88

CMYK color model

#751422 color CMYK value is (0,83,71,54).

  • cyan value is 0.00%
  • magenta value is 82.91%
  • yellow value is 70.94%
  • key color value is 54.12%
CMYK:
(0,83,71,54)
C0M83Y71K54 
(0%,83%,71%,54%)
(0.00/0.83/0.71/0.54)	

CMYK percentages

%0
%82.91
%70.94
%54.12

Codes

Color #751422 in popluar color models

751422
RGB1172034
HSL351°70.80%26.86%
HSB/HSV351°82.91%45.88%
CMYK0.00%82.91%70.94%
54.12%

Color #751422 in popluar number systems.

HEX751422
Decimal1172034
Binary111010110100100010
Octal1652442

Shades and tints

Shades of #751422

#751422
(117,20,34)
#6B131F
(107,19,31)
#61121C
(97,18,28)
#571119
(87,17,25)
#4D1016
(77,16,22)
#430F13
(67,15,19)
#390E10
(57,14,16)
#2F0D0D
(47,13,13)
#250C0A
(37,12,10)
#1B0B07
(27,11,7)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #751422

#751422
(117,20,34)
#812936
(129,41,54)
#8D3E4A
(141,62,74)
#99535E
(153,83,94)
#A56872
(165,104,114)
#B17D86
(177,125,134)
#BD929A
(189,146,154)
#C9A7AE
(201,167,174)
#D5BCC2
(213,188,194)
#E1D1D6
(225,209,214)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751422; }

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

This text font color is #751422.


Background Color

.myBgColor { background-color: #751422; }

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

This div background color is #751422.


Border color

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

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

This div border color is #751422.


Opacity

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

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

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

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

This text has shadow with #751422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751422 on black background.


Color preview on white background

This text has color #751422 on white background.



Black color preview on #751422 background

This text has black color on #751422 background.


White color preview on #751422 background

This text has white color on #751422 background.