COLOR #B50751

HEX: #B50751
RGB: (181,7,81)

Color info

#B50751 contains mainly red color. Web safe color of #B50751 is #CC0066 (or #C06).

RGB color model

#B50751 color RGB value is (181,7,81).

  • red value is 181;
  • green value is 7;
  • blue value is 81.
RGB:
(181,7,81)
(71%,3%,32%)

RGB channels and saturation

R 181 of 255 = 71%
G 7 of 255 = 3%
B 81 of 255 = 32%

181
7
81

R + G + B ~ 35%. #B50751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 7 + 81 = 269 (100%)
R 181 of 269 ~ 67.29%
G 7 of 269 ~ 2.6%
B 81 of 269 ~ 30.11%

%67.29
%30.11

CMYK color model

#B50751 color CMYK value is (0,96,55,29).

  • cyan value is 0.00%
  • magenta value is 96.13%
  • yellow value is 55.25%
  • key color value is 29.02%
CMYK:
(0,96,55,29)
C0M96Y55K29 
(0%,96%,55%,29%)
(0.00/0.96/0.55/0.29)	

CMYK percentages

%0
%96.13
%55.25
%29.02

Codes

Color #B50751 in popluar color models

B50751
RGB181781
HSL334°92.55%36.86%
HSB/HSV334°96.13%70.98%
CMYK0.00%96.13%55.25%
29.02%

Color #B50751 in popluar number systems.

HEXB50751
Decimal181781
Binary101101011111010001
Octal2657121

Shades and tints

Shades of #B50751

#B50751
(181,7,81)
#A5074A
(165,7,74)
#950743
(149,7,67)
#85073C
(133,7,60)
#750735
(117,7,53)
#65072E
(101,7,46)
#550727
(85,7,39)
#450720
(69,7,32)
#350719
(53,7,25)
#250712
(37,7,18)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #B50751

#B50751
(181,7,81)
#BB1D60
(187,29,96)
#C1336F
(193,51,111)
#C7497E
(199,73,126)
#CD5F8D
(205,95,141)
#D3759C
(211,117,156)
#D98BAB
(217,139,171)
#DFA1BA
(223,161,186)
#E5B7C9
(229,183,201)
#EBCDD8
(235,205,216)
#F1E3E7
(241,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B50751 color. Also use rgb(181,7,81) instead hex code.

Text Font Color

.myTextColor { color: #B50751; }

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

This text font color is #B50751.


Background Color

.myBgColor { background-color: #B50751; }

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

This div background color is #B50751.


Border color

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

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

This div border color is #B50751.


Opacity

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

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

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

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

This text has shadow with #B50751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B50751 on black background.


Color preview on white background

This text has color #B50751 on white background.



Black color preview on #B50751 background

This text has black color on #B50751 background.


White color preview on #B50751 background

This text has white color on #B50751 background.