#492042

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

Shades of Voodoo #492042

Tints of Voodoo #492042

Color information

#492042 (or 0x492042) is unknown color: approx Voodoo. HEX triplet: 49, 20 and 42. RGB value is (73,32,66). Sum of RGB (Red+Green+Blue) = 73+32+66=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492042 is #B6DFBD. Grayscale: #303030. Windows color (decimal): -11984830 or 4333641. OLE color: 4333641.

HSL color Cylindrical-coordinate representation of color #492042: hue angle of 310.24º 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 #492042 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB733266-
CMYK00.560.100.71
HSL310.24º39.05%20.59%-
HSV(B)310.24º56.16%28.63%-
XYZ4.252.845.48-
YUV48.14138.08145.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=42.69%
G=18.71%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73326600.560.100.71310.2439.0520.59
Hex492042038A471362715
Octal11140102070121074664725
Binary1001001100000100001001110001010100011110011011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492042; }

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

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

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

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

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

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

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

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