#491842

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

Shades of Voodoo #491842

Tints of Voodoo #491842

Color information

#491842 (or 0x491842) is unknown color: approx Voodoo. HEX triplet: 49, 18 and 42. RGB value is (73,24,66). Sum of RGB (Red+Green+Blue) = 73+24+66=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491842 is #B6E7BD. Grayscale: #2B2B2B. Windows color (decimal): -11986878 or 4331593. OLE color: 4331593.

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

Color convert

RGB732466-
CMYK00.670.100.71
HSL308.57º50.52%19.02%-
HSV(B)308.57º67.12%28.63%-
XYZ4.062.465.42-
YUV43.44140.73149.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=44.79%
G=14.72%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73246600.670.100.71308.5750.5219.02
Hex491842043A471353313
Octal111301020103121074656323
Binary1001001110001000010010000111010100011110011010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491842; }

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

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

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

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

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

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

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

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