COLOR #61151B

HEX: #61151B
RGB: (97,21,27)

Color info

#61151B contains mainly red color. Web safe color of #61151B is #660033 (or #603).

RGB color model

#61151B color RGB value is (97,21,27).

  • red value is 97;
  • green value is 21;
  • blue value is 27.
RGB:
(97,21,27)
(38%,8%,11%)

RGB channels and saturation

R 97 of 255 = 38%
G 21 of 255 = 8%
B 27 of 255 = 11%

97
21
27

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

Portions of RGB colors in percentages

R + G + B =
97 + 21 + 27 = 145 (100%)
R 97 of 145 ~ 66.9%
G 21 of 145 ~ 14.48%
B 27 of 145 ~ 18.62%

%66.9
%14.48
%18.62

CMYK color model

#61151B color CMYK value is (0,78,72,62).

  • cyan value is 0.00%
  • magenta value is 78.35%
  • yellow value is 72.16%
  • key color value is 61.96%
CMYK:
(0,78,72,62)
C0M78Y72K62 
(0%,78%,72%,62%)
(0.00/0.78/0.72/0.62)	

CMYK percentages

%0
%78.35
%72.16
%61.96

Codes

Color #61151B in popluar color models

61151B
RGB972127
HSL355°64.41%23.14%
HSB/HSV355°78.35%38.04%
CMYK0.00%78.35%72.16%
61.96%

Color #61151B in popluar number systems.

HEX61151B
Decimal972127
Binary11000011010111011
Octal1412533

Shades and tints

Shades of #61151B

#61151B
(97,21,27)
#591419
(89,20,25)
#511317
(81,19,23)
#491215
(73,18,21)
#411113
(65,17,19)
#391011
(57,16,17)
#310F0F
(49,15,15)
#290E0D
(41,14,13)
#210D0B
(33,13,11)
#190C09
(25,12,9)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #61151B

#61151B
(97,21,27)
#6F2A2F
(111,42,47)
#7D3F43
(125,63,67)
#8B5457
(139,84,87)
#99696B
(153,105,107)
#A77E7F
(167,126,127)
#B59393
(181,147,147)
#C3A8A7
(195,168,167)
#D1BDBB
(209,189,187)
#DFD2CF
(223,210,207)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61151B color. Also use rgb(97,21,27) instead hex code.

Text Font Color

.myTextColor { color: #61151B; }

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

This text font color is #61151B.


Background Color

.myBgColor { background-color: #61151B; }

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

This div background color is #61151B.


Border color

.myBorderColor { border: 1px solid #61151B; }

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

This div border color is #61151B.


Opacity

.myOpacity80 { color: #61151B; opacity: 0.8; }

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

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

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

This text has shadow with #61151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61151B on black background.


Color preview on white background

This text has color #61151B on white background.



Black color preview on #61151B background

This text has black color on #61151B background.


White color preview on #61151B background

This text has white color on #61151B background.