#493343

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

Shades of Voodoo #493343

Tints of Voodoo #493343

Color information

#493343 (or 0x493343) is unknown color: approx Voodoo. HEX triplet: 49, 33 and 43. RGB value is (73,51,67). Sum of RGB (Red+Green+Blue) = 73+51+67=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493343 is #B6CCBC. Grayscale: #3B3B3B. Windows color (decimal): -11979965 or 4404041. OLE color: 4404041.

HSL color Cylindrical-coordinate representation of color #493343: hue angle of 316.36º 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 #493343 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB735167-
CMYK00.300.080.71
HSL316.36º17.74%24.31%-
HSV(B)316.36º30.14%28.63%-
XYZ4.944.195.86-
YUV59.4132.29137.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=38.22%
G=26.70%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73516700.300.080.71316.3617.7424.31
Hex49334301E84713c1218
Octal11163103036101074742230
Binary10010011100111000011011110100010001111001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493343; }

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

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

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

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

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

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

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

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