#492141

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

Shades of Voodoo #492141

Tints of Voodoo #492141

Color information

#492141 (or 0x492141) is unknown color: approx Voodoo. HEX triplet: 49, 21 and 41. RGB value is (73,33,65). Sum of RGB (Red+Green+Blue) = 73+33+65=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492141 is #B6DEBE. Grayscale: #303030. Windows color (decimal): -11984575 or 4268361. OLE color: 4268361.

HSL color Cylindrical-coordinate representation of color #492141: hue angle of 312º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492141 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB733365-
CMYK00.550.110.71
HSL312º37.74%20.78%-
HSV(B)312º54.79%28.63%-
XYZ4.252.895.33-
YUV48.61137.25145.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=42.69%
G=19.30%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73336500.550.110.7131237.7420.78
Hex492141037B471382615
Octal11141101067131074704625
Binary1001001100001100000101101111011100011110011100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492141; }

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

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

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

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

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

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

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

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