#491E42

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

Shades of Voodoo #491E42

Tints of Voodoo #491E42

Color information

#491E42 (or 0x491E42) is unknown color: approx Voodoo. HEX triplet: 49, 1E and 42. RGB value is (73,30,66). Sum of RGB (Red+Green+Blue) = 73+30+66=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E42 is #B6E1BD. Grayscale: #2E2E2E. Windows color (decimal): -11985342 or 4333129. OLE color: 4333129.

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

Color convert

RGB733066-
CMYK00.590.100.71
HSL309.77º41.75%20.2%-
HSV(B)309.77º58.9%28.63%-
XYZ4.22.745.46-
YUV46.96138.75146.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=43.20%
G=17.75%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73306600.590.100.71309.7741.7520.2
Hex491E4203BA471362a14
Octal11136102073121074665224
Binary100100111110100001001110111010100011110011011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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