#42213B

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

Shades of Voodoo #42213B

Tints of Voodoo #42213B

Color information

#42213B (or 0x42213B) is unknown color: approx Voodoo. HEX triplet: 42, 21 and 3B. RGB value is (66,33,59). Sum of RGB (Red+Green+Blue) = 66+33+59=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #42213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42213B is #BDDEC4. Grayscale: #2D2D2D. Windows color (decimal): -12443333 or 3875138. OLE color: 3875138.

HSL color Cylindrical-coordinate representation of color #42213B: hue angle of 312.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42213B is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB663359-
CMYK00.50.110.74
HSL312.73º33.33%19.41%-
HSV(B)312.73º50%25.88%-
XYZ3.582.564.44-
YUV45.83135.43142.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=41.77%
G=20.89%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66335900.50.110.74312.7333.3319.41
Hex42213B032B4A1392113
Octal1024173062131124714123
Binary100001010000111101101100101011100101010011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42213B; }

 p { color: rgb(66,33,59); }

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

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

 a { background-color: rgb(66,33,59); }

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

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

 span { border-color: rgb(66,33,59); }

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