#491E40

Color #491E40 Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #491E40

Tints of Voodoo #491E40

Color information

#491E40 (or 0x491E40) is unknown color: approx Voodoo. HEX triplet: 49, 1E and 40. RGB value is (73,30,64). Sum of RGB (Red+Green+Blue) = 73+30+64=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E40 is #B6E1BF. Grayscale: #2E2E2E. Windows color (decimal): -11985344 or 4202057. OLE color: 4202057.

HSL color Cylindrical-coordinate representation of color #491E40: hue angle of 312.56º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E40 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB733064-
CMYK00.590.120.71
HSL312.56º41.75%20.2%-
HSV(B)312.56º58.9%28.63%-
XYZ4.142.725.16-
YUV46.73137.75146.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=43.71%
G=17.96%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73306400.590.120.71312.5641.7520.2
Hex491E4003BC471392a14
Octal11136100073141074715224
Binary100100111110100000001110111100100011110011100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E40; }

 p { color: rgb(73,30,64); }

 H1.HeaderClassName
 {
   color: #491E40;
 }
 .AnyTagClassName
 {
   color: #491E40;
 }
</style>
background-color css

<style>
 a { background-color: #491E40; }

 a { background-color: rgb(73,30,64); }

 div.DivClassName
 {
   background-color: #491E40;
 }
 .BgClassName
 {
   background-color: #491E40;
 }
</style>
border-color css

<style>
 span { border-color: #491E40; }

 span { border-color: rgb(73,30,64); }

 td.TdClassName
 {
   border-color: #491E40;
 }
 .TagClassName
 {
   border-color: #491E40;
 }
</style>