COLOR #751451

HEX: #751451
RGB: (117,20,81)

Color info

#751451 contains mainly red and blue colors. Web safe color of #751451 is #660066 (or #606).

RGB color model

#751451 color RGB value is (117,20,81).

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

RGB channels and saturation

R 117 of 255 = 46%
G 20 of 255 = 8%
B 81 of 255 = 32%

117
20
81

R + G + B ~ 29%. #751451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 20 + 81 = 218 (100%)
R 117 of 218 ~ 53.67%
G 20 of 218 ~ 9.17%
B 81 of 218 ~ 37.16%

%53.67
%37.16

CMYK color model

#751451 color CMYK value is (0,83,31,54).

  • cyan value is 0.00%
  • magenta value is 82.91%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,83,31,54)
C0M83Y31K54 
(0%,83%,31%,54%)
(0.00/0.83/0.31/0.54)	

CMYK percentages

%0
%82.91
%30.77
%54.12

Codes

Color #751451 in popluar color models

751451
RGB1172081
HSL322°70.80%26.86%
HSB/HSV322°82.91%45.88%
CMYK0.00%82.91%30.77%
54.12%

Color #751451 in popluar number systems.

HEX751451
Decimal1172081
Binary1110101101001010001
Octal16524121

Shades and tints

Shades of #751451

#751451
(117,20,81)
#6B134A
(107,19,74)
#611243
(97,18,67)
#57113C
(87,17,60)
#4D1035
(77,16,53)
#430F2E
(67,15,46)
#390E27
(57,14,39)
#2F0D20
(47,13,32)
#250C19
(37,12,25)
#1B0B12
(27,11,18)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #751451

#751451
(117,20,81)
#812960
(129,41,96)
#8D3E6F
(141,62,111)
#99537E
(153,83,126)
#A5688D
(165,104,141)
#B17D9C
(177,125,156)
#BD92AB
(189,146,171)
#C9A7BA
(201,167,186)
#D5BCC9
(213,188,201)
#E1D1D8
(225,209,216)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751451; }

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

This text font color is #751451.


Background Color

.myBgColor { background-color: #751451; }

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

This div background color is #751451.


Border color

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

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

This div border color is #751451.


Opacity

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

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

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

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

This text has shadow with #751451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751451 on black background.


Color preview on white background

This text has color #751451 on white background.



Black color preview on #751451 background

This text has black color on #751451 background.


White color preview on #751451 background

This text has white color on #751451 background.