COLOR #411219

HEX: #411219
RGB: (65,18,25)

Color info

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

RGB color model

#411219 color RGB value is (65,18,25).

  • red value is 65;
  • green value is 18;
  • blue value is 25.
RGB:
(65,18,25)
(25%,7%,10%)

RGB channels and saturation

R 65 of 255 = 25%
G 18 of 255 = 7%
B 25 of 255 = 10%

65
18
25

R + G + B ~ 14%. #411219 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 25 = 108 (100%)
R 65 of 108 ~ 60.19%
G 18 of 108 ~ 16.67%
B 25 of 108 ~ 23.15%

%60.19
%16.67
%23.15

CMYK color model

#411219 color CMYK value is (0,72,62,75).

  • cyan value is 0.00%
  • magenta value is 72.31%
  • yellow value is 61.54%
  • key color value is 74.51%
CMYK:
(0,72,62,75)
C0M72Y62K75 
(0%,72%,62%,75%)
(0.00/0.72/0.62/0.75)	

CMYK percentages

%0
%72.31
%61.54
%74.51

Codes

Color #411219 in popluar color models

411219
RGB651825
HSL351°56.63%16.27%
HSB/HSV351°72.31%25.49%
CMYK0.00%72.31%61.54%
74.51%

Color #411219 in popluar number systems.

HEX411219
Decimal651825
Binary10000011001011001
Octal1012231

Shades and tints

Shades of #411219

#411219
(65,18,25)
#3C1117
(60,17,23)
#371015
(55,16,21)
#320F13
(50,15,19)
#2D0E11
(45,14,17)
#280D0F
(40,13,15)
#230C0D
(35,12,13)
#1E0B0B
(30,11,11)
#190A09
(25,10,9)
#140907
(20,9,7)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #411219

#411219
(65,18,25)
#52272D
(82,39,45)
#633C41
(99,60,65)
#745155
(116,81,85)
#856669
(133,102,105)
#967B7D
(150,123,125)
#A79091
(167,144,145)
#B8A5A5
(184,165,165)
#C9BAB9
(201,186,185)
#DACFCD
(218,207,205)
#EBE4E1
(235,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411219; }

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

This text font color is #411219.


Background Color

.myBgColor { background-color: #411219; }

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

This div background color is #411219.


Border color

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

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

This div border color is #411219.


Opacity

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

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

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

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

This text has shadow with #411219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411219 on black background.


Color preview on white background

This text has color #411219 on white background.



Black color preview on #411219 background

This text has black color on #411219 background.


White color preview on #411219 background

This text has white color on #411219 background.