#492140

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

Shades of Voodoo #492140

Tints of Voodoo #492140

Color information

#492140 (or 0x492140) is unknown color: approx Voodoo. HEX triplet: 49, 21 and 40. RGB value is (73,33,64). Sum of RGB (Red+Green+Blue) = 73+33+64=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #492140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492140 is #B6DEBF. Grayscale: #303030. Windows color (decimal): -11984576 or 4202825. OLE color: 4202825.

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

Color convert

RGB733364-
CMYK00.550.120.71
HSL313.5º37.74%20.78%-
HSV(B)313.5º54.79%28.63%-
XYZ4.222.875.18-
YUV48.49136.75145.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=42.94%
G=19.41%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73336400.550.120.71313.537.7420.78
Hex492140037C4713a2615
Octal11141100067141074724625
Binary1001001100001100000001101111100100011110011101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492140; }

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

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

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

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

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

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

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

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