#49223E

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

Shades of Voodoo #49223E

Tints of Voodoo #49223E

Color information

#49223E (or 0x49223E) is unknown color: approx Voodoo. HEX triplet: 49, 22 and 3E. RGB value is (73,34,62). Sum of RGB (Red+Green+Blue) = 73+34+62=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49223E is #B6DDC1. Grayscale: #303030. Windows color (decimal): -11984322 or 4072009. OLE color: 4072009.

HSL color Cylindrical-coordinate representation of color #49223E: hue angle of 316.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49223E is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB733462-
CMYK00.530.150.71
HSL316.92º36.45%20.98%-
HSV(B)316.92º53.42%28.63%-
XYZ4.192.914.9-
YUV48.85135.42145.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=43.20%
G=20.12%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73346200.530.150.71316.9236.4520.98
Hex49223E035F4713d2415
Octal1114276065171074754425
Binary100100110001011111001101011111100011110011110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49223E; }

 p { color: rgb(73,34,62); }

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

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

 a { background-color: rgb(73,34,62); }

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

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

 span { border-color: rgb(73,34,62); }

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