#491C3E

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

Shades of Voodoo #491C3E

Tints of Voodoo #491C3E

Color information

#491C3E (or 0x491C3E) is unknown color: approx Voodoo. HEX triplet: 49, 1C and 3E. RGB value is (73,28,62). Sum of RGB (Red+Green+Blue) = 73+28+62=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C3E is #B6E3C1. Grayscale: #2D2D2D. Windows color (decimal): -11985858 or 4070473. OLE color: 4070473.

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

Color convert

RGB732862-
CMYK00.620.150.71
HSL314.67º44.55%19.8%-
HSV(B)314.67º61.64%28.63%-
XYZ4.032.594.85-
YUV45.33137.41147.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=44.79%
G=17.18%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73286200.620.150.71314.6744.5519.8
Hex491C3E03EF4713b2d14
Octal1113476076171074735524
Binary10010011110011111001111101111100011110011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,62); }

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

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

 a { background-color: rgb(73,28,62); }

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

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

 span { border-color: rgb(73,28,62); }

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