#492041

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

Shades of Voodoo #492041

Tints of Voodoo #492041

Color information

#492041 (or 0x492041) is unknown color: approx Voodoo. HEX triplet: 49, 20 and 41. RGB value is (73,32,65). Sum of RGB (Red+Green+Blue) = 73+32+65=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #492041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492041 is #B6DFBE. Grayscale: #2F2F2F. Windows color (decimal): -11984831 or 4268105. OLE color: 4268105.

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

Color convert

RGB733265-
CMYK00.560.110.71
HSL311.71º39.05%20.59%-
HSV(B)311.71º56.16%28.63%-
XYZ4.222.835.33-
YUV48.02137.58145.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=42.94%
G=18.82%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73326500.560.110.71311.7139.0520.59
Hex492041038B471382715
Octal11140101070131074704725
Binary1001001100000100000101110001011100011110011100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492041; }

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

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

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

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

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

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

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

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