#492842

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

Shades of Voodoo #492842

Tints of Voodoo #492842

Color information

#492842 (or 0x492842) is unknown color: approx Voodoo. HEX triplet: 49, 28 and 42. RGB value is (73,40,66). Sum of RGB (Red+Green+Blue) = 73+40+66=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492842 is #B6D7BD. Grayscale: #343434. Windows color (decimal): -11982782 or 4335689. OLE color: 4335689.

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

Color convert

RGB734066-
CMYK00.450.100.71
HSL312.73º29.2%22.16%-
HSV(B)312.73º45.21%28.63%-
XYZ4.493.335.56-
YUV52.83135.43142.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=40.78%
G=22.35%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73406600.450.100.71312.7329.222.16
Hex49284202DA471391d16
Octal11150102055121074713526
Binary100100110100010000100101101101010001111001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492842; }

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

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

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

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

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

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

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

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