#49203F

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

Shades of Voodoo #49203F

Tints of Voodoo #49203F

Color information

#49203F (or 0x49203F) is unknown color: approx Voodoo. HEX triplet: 49, 20 and 3F. RGB value is (73,32,63). Sum of RGB (Red+Green+Blue) = 73+32+63=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49203F is #B6DFC0. Grayscale: #2F2F2F. Windows color (decimal): -11984833 or 4137033. OLE color: 4137033.

HSL color Cylindrical-coordinate representation of color #49203F: hue angle of 314.63º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49203F is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB733263-
CMYK00.560.140.71
HSL314.63º39.05%20.59%-
HSV(B)314.63º56.16%28.63%-
XYZ4.162.815.03-
YUV47.79136.58145.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 63 (25% from 255) = 37.5%
R=43.45%
G=19.05%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73326300.560.140.71314.6339.0520.59
Hex49203F038E4713b2715
Octal1114077070161074734725
Binary100100110000011111101110001110100011110011101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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