COLOR #51091D

HEX: #51091D
RGB: (81,9,29)

Color info

#51091D contains mainly red and blue colors. Web safe color of #51091D is #660033 (or #603).

RGB color model

#51091D color RGB value is (81,9,29).

  • red value is 81;
  • green value is 9;
  • blue value is 29.
RGB:
(81,9,29)
(32%,4%,11%)

RGB channels and saturation

R 81 of 255 = 32%
G 9 of 255 = 4%
B 29 of 255 = 11%

81
9
29

R + G + B ~ 16%. #51091D is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 9 + 29 = 119 (100%)
R 81 of 119 ~ 68.07%
G 9 of 119 ~ 7.56%
B 29 of 119 ~ 24.37%

%68.07
%24.37

CMYK color model

#51091D color CMYK value is (0,89,64,68).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 64.20%
  • key color value is 68.24%
CMYK:
(0,89,64,68)
C0M89Y64K68 
(0%,89%,64%,68%)
(0.00/0.89/0.64/0.68)	

CMYK percentages

%0
%88.89
%64.2
%68.24

Codes

Color #51091D in popluar color models

51091D
RGB81929
HSL343°80.00%17.65%
HSB/HSV343°88.89%31.76%
CMYK0.00%88.89%64.20%
68.24%

Color #51091D in popluar number systems.

HEX51091D
Decimal81929
Binary1010001100111101
Octal1211135

Shades and tints

Shades of #51091D

#51091D
(81,9,29)
#4A091B
(74,9,27)
#430919
(67,9,25)
#3C0917
(60,9,23)
#350915
(53,9,21)
#2E0913
(46,9,19)
#270911
(39,9,17)
#20090F
(32,9,15)
#19090D
(25,9,13)
#12090B
(18,9,11)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #51091D

#51091D
(81,9,29)
#601F31
(96,31,49)
#6F3545
(111,53,69)
#7E4B59
(126,75,89)
#8D616D
(141,97,109)
#9C7781
(156,119,129)
#AB8D95
(171,141,149)
#BAA3A9
(186,163,169)
#C9B9BD
(201,185,189)
#D8CFD1
(216,207,209)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51091D color. Also use rgb(81,9,29) instead hex code.

Text Font Color

.myTextColor { color: #51091D; }

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

This text font color is #51091D.


Background Color

.myBgColor { background-color: #51091D; }

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

This div background color is #51091D.


Border color

.myBorderColor { border: 1px solid #51091D; }

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

This div border color is #51091D.


Opacity

.myOpacity80 { color: #51091D; opacity: 0.8; }

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

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

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

This text has shadow with #51091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51091D on black background.


Color preview on white background

This text has color #51091D on white background.



Black color preview on #51091D background

This text has black color on #51091D background.


White color preview on #51091D background

This text has white color on #51091D background.