#49223F

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

Shades of Voodoo #49223F

Tints of Voodoo #49223F

Color information

#49223F (or 0x49223F) is unknown color: approx Voodoo. HEX triplet: 49, 22 and 3F. RGB value is (73,34,63). Sum of RGB (Red+Green+Blue) = 73+34+63=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49223F is #B6DDC0. Grayscale: #303030. Windows color (decimal): -11984321 or 4137545. OLE color: 4137545.

HSL color Cylindrical-coordinate representation of color #49223F: hue angle of 315.38º 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 #49223F is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB733463-
CMYK00.530.140.71
HSL315.38º36.45%20.98%-
HSV(B)315.38º53.42%28.63%-
XYZ4.222.925.04-
YUV48.97135.92145.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 63 (25% from 255) = 37.06%
R=42.94%
G=20%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73346300.530.140.71315.3836.4520.98
Hex49223F035E4713b2415
Octal1114277065161074734425
Binary100100110001011111101101011110100011110011101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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