#422639

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

Shades of Voodoo #422639

Tints of Voodoo #422639

Color information

#422639 (or 0x422639) is unknown color: approx Voodoo. HEX triplet: 42, 26 and 39. RGB value is (66,38,57). Sum of RGB (Red+Green+Blue) = 66+38+57=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #422639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422639 is #BDD9C6. Grayscale: #303030. Windows color (decimal): -12442055 or 3745346. OLE color: 3745346.

HSL color Cylindrical-coordinate representation of color #422639: hue angle of 319.29º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422639 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB663857-
CMYK00.420.140.74
HSL319.29º26.92%20.39%-
HSV(B)319.29º42.42%25.88%-
XYZ3.682.844.23-
YUV48.54132.78140.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=40.99%
G=23.60%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66385700.420.140.74319.2926.9220.39
Hex42263902AE4A13f1b14
Octal1024671052161124773324
Binary10000101001101110010101010111010010101001111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422639; }

 p { color: rgb(66,38,57); }

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

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

 a { background-color: rgb(66,38,57); }

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

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

 span { border-color: rgb(66,38,57); }

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