#493242

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

Shades of Voodoo #493242

Tints of Voodoo #493242

Color information

#493242 (or 0x493242) is unknown color: approx Voodoo. HEX triplet: 49, 32 and 42. RGB value is (73,50,66). Sum of RGB (Red+Green+Blue) = 73+50+66=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493242 is #B6CDBD. Grayscale: #3A3A3A. Windows color (decimal): -11980222 or 4338249. OLE color: 4338249.

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

Color convert

RGB735066-
CMYK00.320.100.71
HSL318.26º18.7%24.12%-
HSV(B)318.26º31.51%28.63%-
XYZ4.874.095.69-
YUV58.7132.12138.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=38.62%
G=26.46%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73506600.320.100.71318.2618.724.12
Hex493242020A4713e1318
Octal11162102040121074762330
Binary100100111001010000100100000101010001111001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493242; }

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

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

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

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

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

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

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

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