#491540

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

Shades of Voodoo #491540

Tints of Voodoo #491540

Color information

#491540 (or 0x491540) is unknown color: approx Voodoo. HEX triplet: 49, 15 and 40. RGB value is (73,21,64). Sum of RGB (Red+Green+Blue) = 73+21+64=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491540 is #B6EABF. Grayscale: #292929. Windows color (decimal): -11987648 or 4199753. OLE color: 4199753.

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

Color convert

RGB732164-
CMYK00.710.120.71
HSL310.38º55.32%18.43%-
HSV(B)310.38º71.23%28.63%-
XYZ3.942.325.09-
YUV41.45140.73150.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=46.20%
G=13.29%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73216400.710.120.71310.3855.3218.43
Hex491540047C471363712
Octal111251000107141074666722
Binary1001001101011000000010001111100100011110011011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491540; }

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

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

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

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

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

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

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

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