#442941

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

Shades of Voodoo #442941

Tints of Voodoo #442941

Color information

#442941 (or 0x442941) is unknown color: approx Voodoo. HEX triplet: 44, 29 and 41. RGB value is (68,41,65). Sum of RGB (Red+Green+Blue) = 68+41+65=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #442941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442941 is #BBD6BE. Grayscale: #333333. Windows color (decimal): -12310207 or 4270404. OLE color: 4270404.

HSL color Cylindrical-coordinate representation of color #442941: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442941 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB684165-
CMYK00.400.040.73
HSL306.67º24.77%21.37%-
HSV(B)306.67º39.71%26.67%-
XYZ4.133.25.4-
YUV51.81135.45139.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=39.08%
G=23.56%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68416500.400.040.73306.6724.7721.37
Hex4429410284491331915
Octal1045110105041114633125
Binary10001001010011000001010100010010010011001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442941; }

 p { color: rgb(68,41,65); }

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

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

 a { background-color: rgb(68,41,65); }

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

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

 span { border-color: rgb(68,41,65); }

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