#492341

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

Shades of Voodoo #492341

Tints of Voodoo #492341

Color information

#492341 (or 0x492341) is unknown color: approx Voodoo. HEX triplet: 49, 23 and 41. RGB value is (73,35,65). Sum of RGB (Red+Green+Blue) = 73+35+65=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492341 is #B6DCBE. Grayscale: #313131. Windows color (decimal): -11984063 or 4268873. OLE color: 4268873.

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

Color convert

RGB733565-
CMYK00.520.110.71
HSL312.63º35.19%21.18%-
HSV(B)312.63º52.05%28.63%-
XYZ4.335.35-
YUV49.78136.59144.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=42.20%
G=20.23%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73356500.520.110.71312.6335.1921.18
Hex492341034B471392315
Octal11143101064131074714325
Binary1001001100011100000101101001011100011110011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492341; }

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

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

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

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

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

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

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

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