#422D3D

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

Shades of Voodoo #422D3D

Tints of Voodoo #422D3D

Color information

#422D3D (or 0x422D3D) is unknown color: approx Voodoo. HEX triplet: 42, 2D and 3D. RGB value is (66,45,61). Sum of RGB (Red+Green+Blue) = 66+45+61=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D3D is #BDD2C2. Grayscale: #353535. Windows color (decimal): -12440259 or 4009282. OLE color: 4009282.

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

Color convert

RGB664561-
CMYK00.320.080.74
HSL314.29º18.92%21.76%-
HSV(B)314.29º31.82%25.88%-
XYZ4.033.374.85-
YUV53.1132.46137.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=38.37%
G=26.16%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66456100.320.080.74314.2918.9221.76
Hex422D3D02084A13a1316
Octal1025575040101124722326
Binary10000101011011111010100000100010010101001110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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