#491E43

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

Shades of Voodoo #491E43

Tints of Voodoo #491E43

Color information

#491E43 (or 0x491E43) is unknown color: approx Voodoo. HEX triplet: 49, 1E and 43. RGB value is (73,30,67). Sum of RGB (Red+Green+Blue) = 73+30+67=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #491E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E43 is #B6E1BC. Grayscale: #2E2E2E. Windows color (decimal): -11985341 or 4398665. OLE color: 4398665.

HSL color Cylindrical-coordinate representation of color #491E43: hue angle of 308.37º 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 #491E43 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB733067-
CMYK00.590.080.71
HSL308.37º41.75%20.2%-
HSV(B)308.37º58.9%28.63%-
XYZ4.232.755.62-
YUV47.08139.25146.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=42.94%
G=17.65%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73306700.590.080.71308.3741.7520.2
Hex491E4303B8471342a14
Octal11136103073101074645224
Binary100100111110100001101110111000100011110011010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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