#402739

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

Shades of Voodoo #402739

Tints of Voodoo #402739

Color information

#402739 (or 0x402739) is unknown color: approx Voodoo. HEX triplet: 40, 27 and 39. RGB value is (64,39,57). Sum of RGB (Red+Green+Blue) = 64+39+57=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #402739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402739 is #BFD8C6. Grayscale: #303030. Windows color (decimal): -12572871 or 3745600. OLE color: 3745600.

HSL color Cylindrical-coordinate representation of color #402739: hue angle of 316.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #402739 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB643957-
CMYK00.390.110.75
HSL316.8º24.27%20.2%-
HSV(B)316.8º39.06%25.1%-
XYZ3.582.844.23-
YUV48.53132.78139.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=40%
G=24.38%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64395700.390.110.75316.824.2720.2
Hex402739027B4B13d1814
Octal1004771047131134753024
Binary10000001001111110010100111101110010111001111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402739; }

 p { color: rgb(64,39,57); }

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

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

 a { background-color: rgb(64,39,57); }

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

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

 span { border-color: rgb(64,39,57); }

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