#492A43

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

Shades of Voodoo #492A43

Tints of Voodoo #492A43

Color information

#492A43 (or 0x492A43) is unknown color: approx Voodoo. HEX triplet: 49, 2A and 43. RGB value is (73,42,67). Sum of RGB (Red+Green+Blue) = 73+42+67=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A43 is #B6D5BC. Grayscale: #363636. Windows color (decimal): -11982269 or 4401737. OLE color: 4401737.

HSL color Cylindrical-coordinate representation of color #492A43: hue angle of 311.61º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492A43 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB734267-
CMYK00.420.080.71
HSL311.61º26.96%22.55%-
HSV(B)311.61º42.47%28.63%-
XYZ4.593.485.74-
YUV54.12135.27141.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=40.11%
G=23.08%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73426700.420.080.71311.6126.9622.55
Hex492A4302A8471381b17
Octal11152103052101074703327
Binary100100110101010000110101010100010001111001110001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492A43; }

 p { color: rgb(73,42,67); }

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

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

 a { background-color: rgb(73,42,67); }

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

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

 span { border-color: rgb(73,42,67); }

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