#491D42

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

Shades of Voodoo #491D42

Tints of Voodoo #491D42

Color information

#491D42 (or 0x491D42) is unknown color: approx Voodoo. HEX triplet: 49, 1D and 42. RGB value is (73,29,66). Sum of RGB (Red+Green+Blue) = 73+29+66=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #491D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D42 is #B6E2BD. Grayscale: #2E2E2E. Windows color (decimal): -11985598 or 4332873. OLE color: 4332873.

HSL color Cylindrical-coordinate representation of color #491D42: hue angle of 309.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D42 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB732966-
CMYK00.600.100.71
HSL309.55º43.14%20%-
HSV(B)309.55º60.27%28.63%-
XYZ4.172.695.45-
YUV46.37139.08146.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=43.45%
G=17.26%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73296600.600.100.71309.5543.1420
Hex491D4203CA471362b14
Octal11135102074121074665324
Binary100100111101100001001111001010100011110011011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491D42; }

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

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

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

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

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

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

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

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