#442240

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

Shades of Voodoo #442240

Tints of Voodoo #442240

Color information

#442240 (or 0x442240) is unknown color: approx Voodoo. HEX triplet: 44, 22 and 40. RGB value is (68,34,64). Sum of RGB (Red+Green+Blue) = 68+34+64=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #442240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442240 is #BBDDBF. Grayscale: #2F2F2F. Windows color (decimal): -12312000 or 4203076. OLE color: 4203076.

HSL color Cylindrical-coordinate representation of color #442240: hue angle of 307.06º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442240 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB683464-
CMYK00.500.060.73
HSL307.06º33.33%20%-
HSV(B)307.06º50%26.67%-
XYZ3.882.745.18-
YUV47.59137.26142.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=40.96%
G=20.48%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68346400.500.060.73307.0633.3320
Hex4422400326491332114
Octal1044210006261114634124
Binary100010010001010000000110010110100100110011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442240; }

 p { color: rgb(68,34,64); }

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

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

 a { background-color: rgb(68,34,64); }

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

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

 span { border-color: rgb(68,34,64); }

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