#422E3C

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

Shades of Voodoo #422E3C

Tints of Voodoo #422E3C

Color information

#422E3C (or 0x422E3C) is unknown color: approx Voodoo. HEX triplet: 42, 2E and 3C. RGB value is (66,46,60). Sum of RGB (Red+Green+Blue) = 66+46+60=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E3C is #BDD1C3. Grayscale: #353535. Windows color (decimal): -12440004 or 3944002. OLE color: 3944002.

HSL color Cylindrical-coordinate representation of color #422E3C: hue angle of 318º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422E3C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB664660-
CMYK00.300.090.74
HSL318º17.86%21.96%-
HSV(B)318º30.3%25.88%-
XYZ4.043.444.73-
YUV53.58131.63136.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=38.37%
G=26.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66466000.300.090.7431817.8621.96
Hex422E3C01E94A13e1216
Octal1025674036111124762226
Binary1000010101110111100011110100110010101001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422E3C; }

 p { color: rgb(66,46,60); }

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

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

 a { background-color: rgb(66,46,60); }

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

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

 span { border-color: rgb(66,46,60); }

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