#432740

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

Shades of Voodoo #432740

Tints of Voodoo #432740

Color information

#432740 (or 0x432740) is unknown color: approx Voodoo. HEX triplet: 43, 27 and 40. RGB value is (67,39,64). Sum of RGB (Red+Green+Blue) = 67+39+64=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 67 - color contains mainly: red. Hex color #432740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432740 is #BCD8BF. Grayscale: #323232. Windows color (decimal): -12376256 or 4204355. OLE color: 4204355.

HSL color Cylindrical-coordinate representation of color #432740: hue angle of 306.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #432740 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB673964-
CMYK00.420.040.74
HSL306.43º26.42%20.78%-
HSV(B)306.43º41.79%26.27%-
XYZ3.973.015.22-
YUV50.22135.78139.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=39.41%
G=22.94%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67396400.420.040.74306.4326.4220.78
Hex43274002A44A1321a15
Octal1034710005241124623225
Binary10000111001111000000010101010010010101001100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432740; }

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

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

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

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

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

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

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

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