#422539

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

Shades of Voodoo #422539

Tints of Voodoo #422539

Color information

#422539 (or 0x422539) is unknown color: approx Voodoo. HEX triplet: 42, 25 and 39. RGB value is (66,37,57). Sum of RGB (Red+Green+Blue) = 66+37+57=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #422539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422539 is #BDDAC6. Grayscale: #2F2F2F. Windows color (decimal): -12442311 or 3745090. OLE color: 3745090.

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

Color convert

RGB663757-
CMYK00.440.140.74
HSL318.62º28.16%20.2%-
HSV(B)318.62º43.94%25.88%-
XYZ3.652.784.21-
YUV47.95133.11140.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=41.25%
G=23.12%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66375700.440.140.74318.6228.1620.2
Hex42253902CE4A13f1c14
Octal1024571054161124773424
Binary10000101001011110010101100111010010101001111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422539; }

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

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

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

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

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

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

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

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