#42223A

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

Shades of Voodoo #42223A

Tints of Voodoo #42223A

Color information

#42223A (or 0x42223A) is unknown color: approx Voodoo. HEX triplet: 42, 22 and 3A. RGB value is (66,34,58). Sum of RGB (Red+Green+Blue) = 66+34+58=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #42223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42223A is #BDDDC5. Grayscale: #2E2E2E. Windows color (decimal): -12443078 or 3809858. OLE color: 3809858.

HSL color Cylindrical-coordinate representation of color #42223A: hue angle of 315º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42223A is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB663458-
CMYK00.480.120.74
HSL315º32%19.61%-
HSV(B)315º48.48%25.88%-
XYZ3.582.614.32-
YUV46.3134.6142.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=41.77%
G=21.52%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66345800.480.120.743153219.61
Hex42223A030C4A13b2014
Octal1024272060141124734024
Binary100001010001011101001100001100100101010011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42223A; }

 p { color: rgb(66,34,58); }

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

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

 a { background-color: rgb(66,34,58); }

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

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

 span { border-color: rgb(66,34,58); }

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