#492940

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

Shades of Voodoo #492940

Tints of Voodoo #492940

Color information

#492940 (or 0x492940) is unknown color: approx Voodoo. HEX triplet: 49, 29 and 40. RGB value is (73,41,64). Sum of RGB (Red+Green+Blue) = 73+41+64=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492940 is #B6D6BF. Grayscale: #353535. Windows color (decimal): -11982528 or 4204873. OLE color: 4204873.

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

Color convert

RGB734164-
CMYK00.440.120.71
HSL316.88º28.07%22.35%-
HSV(B)316.88º43.84%28.63%-
XYZ4.473.375.27-
YUV53.19134.1142.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=41.01%
G=23.03%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73416400.440.120.71316.8828.0722.35
Hex49294002CC4713d1c16
Octal11151100054141074753426
Binary100100110100110000000101100110010001111001111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492940; }

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

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

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

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

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

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

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

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