#422B40

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

Shades of Voodoo #422B40

Tints of Voodoo #422B40

Color information

#422B40 (or 0x422B40) is unknown color: approx Voodoo. HEX triplet: 42, 2B and 40. RGB value is (66,43,64). Sum of RGB (Red+Green+Blue) = 66+43+64=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #422B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B40 is #BDD4BF. Grayscale: #343434. Windows color (decimal): -12440768 or 4205378. OLE color: 4205378.

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

Color convert

RGB664364-
CMYK00.350.030.74
HSL305.22º21.1%21.37%-
HSV(B)305.22º34.85%25.88%-
XYZ4.043.265.27-
YUV52.27134.62137.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=38.15%
G=24.86%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66436400.350.030.74305.2221.121.37
Hex422B4002334A1311515
Octal1025310004331124612525
Binary1000010101011100000001000111110010101001100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,43,64); }

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

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

 a { background-color: rgb(66,43,64); }

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

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

 span { border-color: rgb(66,43,64); }

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