#422839

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

Shades of Voodoo #422839

Tints of Voodoo #422839

Color information

#422839 (or 0x422839) is unknown color: approx Voodoo. HEX triplet: 42, 28 and 39. RGB value is (66,40,57). Sum of RGB (Red+Green+Blue) = 66+40+57=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #422839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422839 is #BDD7C6. Grayscale: #313131. Windows color (decimal): -12441543 or 3745858. OLE color: 3745858.

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

Color convert

RGB664057-
CMYK00.390.140.74
HSL320.77º24.53%20.78%-
HSV(B)320.77º39.39%25.88%-
XYZ3.742.974.25-
YUV49.71132.11139.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=40.49%
G=24.54%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66405700.390.140.74320.7724.5320.78
Hex422839027E4A1411915
Octal1025071047161125013125
Binary10000101010001110010100111111010010101010000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422839; }

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

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

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

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

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

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

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

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