#493442

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

Shades of Voodoo #493442

Tints of Voodoo #493442

Color information

#493442 (or 0x493442) is unknown color: approx Voodoo. HEX triplet: 49, 34 and 42. RGB value is (73,52,66). Sum of RGB (Red+Green+Blue) = 73+52+66=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493442 is #B6CBBD. Grayscale: #3B3B3B. Windows color (decimal): -11979710 or 4338761. OLE color: 4338761.

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

Color convert

RGB735266-
CMYK00.290.100.71
HSL320º16.8%24.51%-
HSV(B)320º28.77%28.63%-
XYZ4.964.275.72-
YUV59.88131.46137.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=38.22%
G=27.23%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73526600.290.100.7132016.824.51
Hex49344201DA471401119
Octal11164102035121075002131
Binary10010011101001000010011101101010001111010000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493442; }

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

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

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

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

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

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

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

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