#442140

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

Shades of Voodoo #442140

Tints of Voodoo #442140

Color information

#442140 (or 0x442140) is unknown color: approx Voodoo. HEX triplet: 44, 21 and 40. RGB value is (68,33,64). Sum of RGB (Red+Green+Blue) = 68+33+64=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #442140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442140 is #BBDEBF. Grayscale: #2E2E2E. Windows color (decimal): -12312256 or 4202820. OLE color: 4202820.

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

Color convert

RGB683364-
CMYK00.510.060.73
HSL306.86º34.65%19.8%-
HSV(B)306.86º51.47%26.67%-
XYZ3.852.695.17-
YUV47137.6142.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=41.21%
G=20%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68336400.510.060.73306.8634.6519.8
Hex4421400336491332314
Octal1044110006361114634324
Binary100010010000110000000110011110100100110011001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442140; }

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

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

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

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

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

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

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

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