#491C43

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

Shades of Voodoo #491C43

Tints of Voodoo #491C43

Color information

#491C43 (or 0x491C43) is unknown color: approx Voodoo. HEX triplet: 49, 1C and 43. RGB value is (73,28,67). Sum of RGB (Red+Green+Blue) = 73+28+67=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #491C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C43 is #B6E3BC. Grayscale: #2D2D2D. Windows color (decimal): -11985853 or 4398153. OLE color: 4398153.

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

Color convert

RGB732867-
CMYK00.620.080.71
HSL308º44.55%19.8%-
HSV(B)308º61.64%28.63%-
XYZ4.182.655.6-
YUV45.9139.91147.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=43.45%
G=16.67%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73286700.620.080.7130844.5519.8
Hex491C4303E8471342d14
Octal11134103076101074645524
Binary100100111100100001101111101000100011110011010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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