COLOR #410909

HEX: #410909
RGB: (65,9,9)

Color info

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

RGB color model

#410909 color RGB value is (65,9,9).

  • red value is 65;
  • green value is 9;
  • blue value is 9.
RGB:
(65,9,9)
(25%,4%,4%)

RGB channels and saturation

R 65 of 255 = 25%
G 9 of 255 = 4%
B 9 of 255 = 4%

65
9
9

R + G + B ~ 11%. #410909 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 9 + 9 = 83 (100%)
R 65 of 83 ~ 78.31%
G 9 of 83 ~ 10.84%
B 9 of 83 ~ 10.84%

%78.31
%10.84
%10.84

CMYK color model

#410909 color CMYK value is (0,86,86,75).

  • cyan value is 0.00%
  • magenta value is 86.15%
  • yellow value is 86.15%
  • key color value is 74.51%
CMYK:
(0,86,86,75)
C0M86Y86K75 
(0%,86%,86%,75%)
(0.00/0.86/0.86/0.75)	

CMYK percentages

%0
%86.15
%86.15
%74.51

Codes

Color #410909 in popluar color models

410909
RGB6599
HSL75.68%14.51%
HSB/HSV86.15%25.49%
CMYK0.00%86.15%86.15%
74.51%

Color #410909 in popluar number systems.

HEX410909
Decimal6599
Binary100000110011001
Octal1011111

Shades and tints

Shades of #410909

#410909
(65,9,9)
#3C0909
(60,9,9)
#370909
(55,9,9)
#320909
(50,9,9)
#2D0909
(45,9,9)
#280909
(40,9,9)
#230909
(35,9,9)
#1E0909
(30,9,9)
#190909
(25,9,9)
#140909
(20,9,9)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #410909

#410909
(65,9,9)
#521F1F
(82,31,31)
#633535
(99,53,53)
#744B4B
(116,75,75)
#856161
(133,97,97)
#967777
(150,119,119)
#A78D8D
(167,141,141)
#B8A3A3
(184,163,163)
#C9B9B9
(201,185,185)
#DACFCF
(218,207,207)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410909; }

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

This text font color is #410909.


Background Color

.myBgColor { background-color: #410909; }

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

This div background color is #410909.


Border color

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

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

This div border color is #410909.


Opacity

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

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

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

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

This text has shadow with #410909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410909 on black background.


Color preview on white background

This text has color #410909 on white background.



Black color preview on #410909 background

This text has black color on #410909 background.


White color preview on #410909 background

This text has white color on #410909 background.