#493141

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

Shades of Voodoo #493141

Tints of Voodoo #493141

Color information

#493141 (or 0x493141) is unknown color: approx Voodoo. HEX triplet: 49, 31 and 41. RGB value is (73,49,65). Sum of RGB (Red+Green+Blue) = 73+49+65=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493141 is #B6CEBE. Grayscale: #393939. Windows color (decimal): -11980479 or 4272457. OLE color: 4272457.

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

Color convert

RGB734965-
CMYK00.330.110.71
HSL320º19.67%23.92%-
HSV(B)320º32.88%28.63%-
XYZ4.83.995.52-
YUV58131.95138.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=39.04%
G=26.20%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73496500.330.110.7132019.6723.92
Hex493141021B471401418
Octal11161101041131075002430
Binary100100111000110000010100001101110001111010000001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493141; }

 p { color: rgb(73,49,65); }

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

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

 a { background-color: rgb(73,49,65); }

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

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

 span { border-color: rgb(73,49,65); }

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