COLOR #61131D

HEX: #61131D
RGB: (97,19,29)

Color info

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

RGB color model

#61131D color RGB value is (97,19,29).

  • red value is 97;
  • green value is 19;
  • blue value is 29.
RGB:
(97,19,29)
(38%,7%,11%)

RGB channels and saturation

R 97 of 255 = 38%
G 19 of 255 = 7%
B 29 of 255 = 11%

97
19
29

R + G + B ~ 19%. #61131D is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 19 + 29 = 145 (100%)
R 97 of 145 ~ 66.9%
G 19 of 145 ~ 13.1%
B 29 of 145 ~ 20%

%66.9
%13.1
%20

CMYK color model

#61131D color CMYK value is (0,80,70,62).

  • cyan value is 0.00%
  • magenta value is 80.41%
  • yellow value is 70.10%
  • key color value is 61.96%
CMYK:
(0,80,70,62)
C0M80Y70K62 
(0%,80%,70%,62%)
(0.00/0.80/0.70/0.62)	

CMYK percentages

%0
%80.41
%70.1
%61.96

Codes

Color #61131D in popluar color models

61131D
RGB971929
HSL352°67.24%22.75%
HSB/HSV352°80.41%38.04%
CMYK0.00%80.41%70.10%
61.96%

Color #61131D in popluar number systems.

HEX61131D
Decimal971929
Binary11000011001111101
Octal1412335

Shades and tints

Shades of #61131D

#61131D
(97,19,29)
#59121B
(89,18,27)
#511119
(81,17,25)
#491017
(73,16,23)
#410F15
(65,15,21)
#390E13
(57,14,19)
#310D11
(49,13,17)
#290C0F
(41,12,15)
#210B0D
(33,11,13)
#190A0B
(25,10,11)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #61131D

#61131D
(97,19,29)
#6F2831
(111,40,49)
#7D3D45
(125,61,69)
#8B5259
(139,82,89)
#99676D
(153,103,109)
#A77C81
(167,124,129)
#B59195
(181,145,149)
#C3A6A9
(195,166,169)
#D1BBBD
(209,187,189)
#DFD0D1
(223,208,209)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61131D color. Also use rgb(97,19,29) instead hex code.

Text Font Color

.myTextColor { color: #61131D; }

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

This text font color is #61131D.


Background Color

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

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

This div background color is #61131D.


Border color

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

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

This div border color is #61131D.


Opacity

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

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

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

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

This text has shadow with #61131D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61131D on black background.


Color preview on white background

This text has color #61131D on white background.



Black color preview on #61131D background

This text has black color on #61131D background.


White color preview on #61131D background

This text has white color on #61131D background.