#432C41

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

Shades of Voodoo #432C41

Tints of Voodoo #432C41

Color information

#432C41 (or 0x432C41) is unknown color: approx Voodoo. HEX triplet: 43, 2C and 41. RGB value is (67,44,65). Sum of RGB (Red+Green+Blue) = 67+44+65=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #432C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C41 is #BCD3BE. Grayscale: #353535. Windows color (decimal): -12374975 or 4271171. OLE color: 4271171.

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

Color convert

RGB674465-
CMYK00.340.030.74
HSL305.22º20.72%21.76%-
HSV(B)305.22º34.33%26.27%-
XYZ4.173.385.43-
YUV53.27134.62137.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=38.07%
G=25%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67446500.340.030.74305.2220.7221.76
Hex432C4102234A1311516
Octal1035410104231124612526
Binary1000011101100100000101000101110010101001100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432C41; }

 p { color: rgb(67,44,65); }

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

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

 a { background-color: rgb(67,44,65); }

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

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

 span { border-color: rgb(67,44,65); }

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