COLOR #410D15

HEX: #410D15 RGB: (65,13,21)

Color info

#410D15 contains red, green and blue colors in about the same proportion. Web safe color of #410D15 is #330000 (or #300).

RGB color model

#410D15 color RGB value is (65,13,21).

RGB: (65,13,21) (25%, 5%, 8%)

RGB channels and saturation

R 65 of 255 = 25%
G 13 of 255 = 5%
B 21 of 255 = 8%

65
13
21

R + G + B ~ 13%. #410D15 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 13 + 21 = 99 (100%)
R 65 of 99 ~ 65.66%
G 13 of 99 ~ 13.13%
B 21 of 99 ~ 21.21'%

%65.66
%13.13
%21.21

CMYK color model

#410D15 color CMYK value is (0,80,68,75).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 67.69%
  • key color value is 74.51%

CMYK: (0,80,68,75)
C0M80Y68K75 (0%, 80%, 68%, 75%)
(0.00 / 0.80 / 0.68 / 0.75)

CMYK percentages

%0
%80
%67.69
%74.51

Codes

Color #410D15 in popluar color models

41 0D 15
RGB 65 13 21
HSL 351° 66.67% 15.29%
HSB/HSV 351° 80.00% 25.49%
CMYK 0.00% 80.00% 67.69%
74.51%

Color #410D15 in popluar number systems.

HEX 41 0D 15
Decimal 65 13 21
Binary 1000001 1101 10101
Octal 101 15 25

Shades and tints

Shades of #410D15

#410D15
(65,13,21)
#3C0C14
(60,12,20)
#370B13
(55,11,19)
#320A12
(50,10,18)
#2D0911
(45,9,17)
#280810
(40,8,16)
#23070F
(35,7,15)
#1E060E
(30,6,14)
#19050D
(25,5,13)
#14040C
(20,4,12)
#0F030B
(15,3,11)
#000000
(0,0,0)

Tints of #410D15

#410D15
(65,13,21)
#52232A
(82,35,42)
#63393F
(99,57,63)
#744F54
(116,79,84)
#856569
(133,101,105)
#967B7E
(150,123,126)
#A79193
(167,145,147)
#B8A7A8
(184,167,168)
#C9BDBD
(201,189,189)
#DAD3D2
(218,211,210)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410D15 color. Also use rgb(65,13,21) instead hex code.

Text Font Color

.myTextColor { color: #410D15; }

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

This text font color is #410D15.

Background Color

.myBgColor { background-color: #410D15; }

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

This div background color is #410D15.

Border color

.myBorderColor { border: 1px solid #410D15; }

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

This div border color is #410D15.

Opacity

.myOpacity80 { color: #410D15; opacity: 0.8; }

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

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

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

This text has shadow with #410D15 color.


.textShadow {text-shadow: 3px 3px 1px #410D15', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #410D15; -webkit-box-shadow: 1px 1px 3px 2px #410D15; box-shadow:1px 1px 3px 2px #410D15;">
Div content here
</div>

This div box has shadow with color #410D15.

Preview

Color preview on black background

This text has color #410D15 on black background.


Color preview on white background

This text has color #410D15 on white background.


Black color preview on #410D15 background

This text has black color on #410D15 background.


White color preview on #410D15 background

This text has white color on #410D15 background.


Related colors

Complementary color

Complementary color for #hex is #BEF2EA.


I love getcolorcode.com

Triadic colors

1 #15410D and #0D1541 with #410D15 are triadic colors.

2 #150D41 and #0D4115 with #410D15 are triadic colors.