COLOR #751B4B

HEX: #751B4B
RGB: (117,27,75)

Color info

#751B4B contains mainly red and blue colors. Web safe color of #751B4B is #663333 (or #633).

RGB color model

#751B4B color RGB value is (117,27,75).

  • red value is 117;
  • green value is 27;
  • blue value is 75.
RGB:
(117,27,75)
(46%,11%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 75 of 255 = 29%

117
27
75

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

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 75 = 219 (100%)
R 117 of 219 ~ 53.42%
G 27 of 219 ~ 12.33%
B 75 of 219 ~ 34.25%

%53.42
%12.33
%34.25

CMYK color model

#751B4B color CMYK value is (0,77,36,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,77,36,54)
C0M77Y36K54 
(0%,77%,36%,54%)
(0.00/0.77/0.36/0.54)	

CMYK percentages

%0
%76.92
%35.9
%54.12

Codes

Color #751B4B in popluar color models

751B4B
RGB1172775
HSL328°62.50%28.24%
HSB/HSV328°76.92%45.88%
CMYK0.00%76.92%35.90%
54.12%

Color #751B4B in popluar number systems.

HEX751B4B
Decimal1172775
Binary1110101110111001011
Octal16533113

Shades and tints

Shades of #751B4B

#751B4B
(117,27,75)
#6B1945
(107,25,69)
#61173F
(97,23,63)
#571539
(87,21,57)
#4D1333
(77,19,51)
#43112D
(67,17,45)
#390F27
(57,15,39)
#2F0D21
(47,13,33)
#250B1B
(37,11,27)
#1B0915
(27,9,21)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #751B4B

#751B4B
(117,27,75)
#812F5B
(129,47,91)
#8D436B
(141,67,107)
#99577B
(153,87,123)
#A56B8B
(165,107,139)
#B17F9B
(177,127,155)
#BD93AB
(189,147,171)
#C9A7BB
(201,167,187)
#D5BBCB
(213,187,203)
#E1CFDB
(225,207,219)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751B4B color. Also use rgb(117,27,75) instead hex code.

Text Font Color

.myTextColor { color: #751B4B; }

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

This text font color is #751B4B.


Background Color

.myBgColor { background-color: #751B4B; }

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

This div background color is #751B4B.


Border color

.myBorderColor { border: 1px solid #751B4B; }

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

This div border color is #751B4B.


Opacity

.myOpacity80 { color: #751B4B; opacity: 0.8; }

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

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

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

This text has shadow with #751B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B4B on black background.


Color preview on white background

This text has color #751B4B on white background.



Black color preview on #751B4B background

This text has black color on #751B4B background.


White color preview on #751B4B background

This text has white color on #751B4B background.