#493443

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

Shades of Voodoo #493443

Tints of Voodoo #493443

Color information

#493443 (or 0x493443) is unknown color: approx Voodoo. HEX triplet: 49, 34 and 43. RGB value is (73,52,67). Sum of RGB (Red+Green+Blue) = 73+52+67=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493443 is #B6CBBC. Grayscale: #3B3B3B. Windows color (decimal): -11979709 or 4404297. OLE color: 4404297.

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

Color convert

RGB735267-
CMYK00.290.080.71
HSL317.14º16.8%24.51%-
HSV(B)317.14º28.77%28.63%-
XYZ4.994.285.87-
YUV59.99131.96137.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=38.02%
G=27.08%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73526700.290.080.71317.1416.824.51
Hex49344301D84713d1119
Octal11164103035101074752131
Binary10010011101001000011011101100010001111001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493443; }

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

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

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

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

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

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

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

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