#49213C

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

Shades of Voodoo #49213C

Tints of Voodoo #49213C

Color information

#49213C (or 0x49213C) is unknown color: approx Voodoo. HEX triplet: 49, 21 and 3C. RGB value is (73,33,60). Sum of RGB (Red+Green+Blue) = 73+33+60=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49213C is #B6DEC3. Grayscale: #2F2F2F. Windows color (decimal): -11984580 or 3940681. OLE color: 3940681.

HSL color Cylindrical-coordinate representation of color #49213C: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49213C is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB733360-
CMYK00.550.180.71
HSL319.5º37.74%20.78%-
HSV(B)319.5º54.79%28.63%-
XYZ4.112.834.6-
YUV48.04134.75145.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=43.98%
G=19.88%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73336000.550.180.71319.537.7420.78
Hex49213C03712471402615
Octal1114174067221075004625
Binary1001001100001111100011011110010100011110100000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49213C; }

 p { color: rgb(73,33,60); }

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

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

 a { background-color: rgb(73,33,60); }

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

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

 span { border-color: rgb(73,33,60); }

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