#491c42

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

Shades of Voodoo #491C42

Tints of Voodoo #491C42

Color information

#491C42 (or 0x491C42) is unknown color: approx Voodoo. HEX triplet: 49, 1C and 42. RGB value is (73,28,66). Sum of RGB (Red+Green+Blue) = 73+28+66=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C42 is #B6E3BD. Grayscale: #2D2D2D. Windows color (decimal): -11985854 or 4332617. OLE color: 4332617.

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

Color convert

RGB732866-
CMYK00.620.100.71
HSL309.33º44.55%19.8%-
HSV(B)309.33º61.64%28.63%-
XYZ4.152.645.45-
YUV45.79139.41147.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=43.71%
G=16.77%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73286600.620.100.71309.3344.5519.8
Hex491C4203EA471352d14
Octal11134102076121074655524
Binary100100111100100001001111101010100011110011010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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