COLOR #410514

HEX: #410514
RGB: (65,5,20)

Color info

#410514 contains mainly red and blue colors. Web safe color of #410514 is #330000 (or #300).

RGB color model

#410514 color RGB value is (65,5,20).

  • red value is 65;
  • green value is 5;
  • blue value is 20.
RGB:
(65,5,20)
(25%,2%,8%)

RGB channels and saturation

R 65 of 255 = 25%
G 5 of 255 = 2%
B 20 of 255 = 8%

65
5
20

R + G + B ~ 12%. #410514 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 5 + 20 = 90 (100%)
R 65 of 90 ~ 72.22%
G 5 of 90 ~ 5.56%
B 20 of 90 ~ 22.22%

%72.22
%22.22

CMYK color model

#410514 color CMYK value is (0,92,69,75).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 69.23%
  • key color value is 74.51%
CMYK:
(0,92,69,75)
C0M92Y69K75 
(0%,92%,69%,75%)
(0.00/0.92/0.69/0.75)	

CMYK percentages

%0
%92.31
%69.23
%74.51

Codes

Color #410514 in popluar color models

410514
RGB65520
HSL345°85.71%13.73%
HSB/HSV345°92.31%25.49%
CMYK0.00%92.31%69.23%
74.51%

Color #410514 in popluar number systems.

HEX410514
Decimal65520
Binary100000110110100
Octal101524

Shades and tints

Shades of #410514

#410514
(65,5,20)
#3C0513
(60,5,19)
#370512
(55,5,18)
#320511
(50,5,17)
#2D0510
(45,5,16)
#28050F
(40,5,15)
#23050E
(35,5,14)
#1E050D
(30,5,13)
#19050C
(25,5,12)
#14050B
(20,5,11)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #410514

#410514
(65,5,20)
#521B29
(82,27,41)
#63313E
(99,49,62)
#744753
(116,71,83)
#855D68
(133,93,104)
#96737D
(150,115,125)
#A78992
(167,137,146)
#B89FA7
(184,159,167)
#C9B5BC
(201,181,188)
#DACBD1
(218,203,209)
#EBE1E6
(235,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410514 color. Also use rgb(65,5,20) instead hex code.

Text Font Color

.myTextColor { color: #410514; }

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

This text font color is #410514.


Background Color

.myBgColor { background-color: #410514; }

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

This div background color is #410514.


Border color

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

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

This div border color is #410514.


Opacity

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

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

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

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

This text has shadow with #410514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410514 on black background.


Color preview on white background

This text has color #410514 on white background.



Black color preview on #410514 background

This text has black color on #410514 background.


White color preview on #410514 background

This text has white color on #410514 background.