#493042

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

Shades of Voodoo #493042

Tints of Voodoo #493042

Color information

#493042 (or 0x493042) is unknown color: approx Voodoo. HEX triplet: 49, 30 and 42. RGB value is (73,48,66). Sum of RGB (Red+Green+Blue) = 73+48+66=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493042 is #B6CFBD. Grayscale: #393939. Windows color (decimal): -11980734 or 4337737. OLE color: 4337737.

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

Color convert

RGB734866-
CMYK00.340.100.71
HSL316.8º20.66%23.73%-
HSV(B)316.8º34.25%28.63%-
XYZ4.793.925.66-
YUV57.53132.78139.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=39.04%
G=25.67%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73486600.340.100.71316.820.6623.73
Hex493042022A4713d1518
Octal11160102042121074752530
Binary100100111000010000100100010101010001111001111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493042; }

 p { color: rgb(73,48,66); }

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

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

 a { background-color: rgb(73,48,66); }

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

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

 span { border-color: rgb(73,48,66); }

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