#49233D

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

Shades of Voodoo #49233D

Tints of Voodoo #49233D

Color information

#49233D (or 0x49233D) is unknown color: approx Voodoo. HEX triplet: 49, 23 and 3D. RGB value is (73,35,61). Sum of RGB (Red+Green+Blue) = 73+35+61=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49233D is #B6DCC2. Grayscale: #313131. Windows color (decimal): -11984067 or 4006729. OLE color: 4006729.

HSL color Cylindrical-coordinate representation of color #49233D: hue angle of 318.95º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49233D is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB733561-
CMYK00.520.160.71
HSL318.95º35.19%21.18%-
HSV(B)318.95º52.05%28.63%-
XYZ4.192.964.76-
YUV49.33134.59144.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=43.20%
G=20.71%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73356100.520.160.71318.9535.1921.18
Hex49233D034104713f2315
Octal1114375064201074774325
Binary1001001100011111101011010010000100011110011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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