#49223D

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

Shades of Voodoo #49223D

Tints of Voodoo #49223D

Color information

#49223D (or 0x49223D) is unknown color: approx Voodoo. HEX triplet: 49, 22 and 3D. RGB value is (73,34,61). Sum of RGB (Red+Green+Blue) = 73+34+61=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49223D is #B6DDC2. Grayscale: #303030. Windows color (decimal): -11984323 or 4006473. OLE color: 4006473.

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

Color convert

RGB733461-
CMYK00.530.160.71
HSL318.46º36.45%20.98%-
HSV(B)318.46º53.42%28.63%-
XYZ4.162.94.75-
YUV48.74134.92145.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 61 (24.22% from 255) = 36.31%
R=43.45%
G=20.24%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73346100.530.160.71318.4636.4520.98
Hex49223D035104713e2415
Octal1114275065201074764425
Binary1001001100010111101011010110000100011110011111010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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