#492242

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

Shades of Voodoo #492242

Tints of Voodoo #492242

Color information

#492242 (or 0x492242) is unknown color: approx Voodoo. HEX triplet: 49, 22 and 42. RGB value is (73,34,66). Sum of RGB (Red+Green+Blue) = 73+34+66=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492242 is #B6DDBD. Grayscale: #313131. Windows color (decimal): -11984318 or 4334153. OLE color: 4334153.

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

Color convert

RGB733466-
CMYK00.530.100.71
HSL310.77º36.45%20.98%-
HSV(B)310.77º53.42%28.63%-
XYZ4.32.955.5-
YUV49.31137.42144.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=42.20%
G=19.65%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73346600.530.100.71310.7736.4520.98
Hex492242035A471372415
Octal11142102065121074674425
Binary1001001100010100001001101011010100011110011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492242; }

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

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

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

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

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

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

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

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