#422C3D

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

Shades of Voodoo #422C3D

Tints of Voodoo #422C3D

Color information

#422C3D (or 0x422C3D) is unknown color: approx Voodoo. HEX triplet: 42, 2C and 3D. RGB value is (66,44,61). Sum of RGB (Red+Green+Blue) = 66+44+61=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #422C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C3D is #BDD3C2. Grayscale: #343434. Windows color (decimal): -12440515 or 4009026. OLE color: 4009026.

HSL color Cylindrical-coordinate representation of color #422C3D: hue angle of 313.64º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C3D is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB664461-
CMYK00.330.080.74
HSL313.64º20%21.57%-
HSV(B)313.64º33.33%25.88%-
XYZ3.993.34.84-
YUV52.52132.79137.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=38.60%
G=25.73%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66446100.330.080.74313.642021.57
Hex422C3D02184A13a1416
Octal1025475041101124722426
Binary10000101011001111010100001100010010101001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,44,61); }

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

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

 a { background-color: rgb(66,44,61); }

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

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

 span { border-color: rgb(66,44,61); }

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