#493342

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

Shades of Voodoo #493342

Tints of Voodoo #493342

Color information

#493342 (or 0x493342) is unknown color: approx Voodoo. HEX triplet: 49, 33 and 42. RGB value is (73,51,66). Sum of RGB (Red+Green+Blue) = 73+51+66=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493342 is #B6CCBD. Grayscale: #3B3B3B. Windows color (decimal): -11979966 or 4338505. OLE color: 4338505.

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

Color convert

RGB735166-
CMYK00.300.100.71
HSL319.09º17.74%24.31%-
HSV(B)319.09º30.14%28.63%-
XYZ4.914.185.7-
YUV59.29131.79137.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=38.42%
G=26.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73516600.300.100.71319.0917.7424.31
Hex49334201EA4713f1218
Octal11163102036121074772230
Binary10010011100111000010011110101010001111001111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493342; }

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

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

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

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

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

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

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

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