#492843

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

Shades of Voodoo #492843

Tints of Voodoo #492843

Color information

#492843 (or 0x492843) is unknown color: approx Voodoo. HEX triplet: 49, 28 and 43. RGB value is (73,40,67). Sum of RGB (Red+Green+Blue) = 73+40+67=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492843 is #B6D7BC. Grayscale: #343434. Windows color (decimal): -11982781 or 4401225. OLE color: 4401225.

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

Color convert

RGB734067-
CMYK00.450.080.71
HSL310.91º29.2%22.16%-
HSV(B)310.91º45.21%28.63%-
XYZ4.523.345.72-
YUV52.94135.93142.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=40.56%
G=22.22%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73406700.450.080.71310.9129.222.16
Hex49284302D8471371d16
Octal11150103055101074673526
Binary100100110100010000110101101100010001111001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492843; }

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

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

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

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

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

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

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

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