#47213C

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

Shades of Voodoo #47213C

Tints of Voodoo #47213C

Color information

#47213C (or 0x47213C) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 3C. RGB value is (71,33,60). Sum of RGB (Red+Green+Blue) = 71+33+60=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213C is #B8DEC3. Grayscale: #2F2F2F. Windows color (decimal): -12115652 or 3940679. OLE color: 3940679.

HSL color Cylindrical-coordinate representation of color #47213C: hue angle of 317.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47213C is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB713360-
CMYK00.540.150.72
HSL317.37º36.54%20.39%-
HSV(B)317.37º53.52%27.84%-
XYZ3.962.754.6-
YUV47.44135.09144.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=43.29%
G=20.12%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71336000.540.150.72317.3736.5420.39
Hex47213C036F4813d2514
Octal1074174066171104754524
Binary100011110000111110001101101111100100010011110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47213C; }

 p { color: rgb(71,33,60); }

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

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

 a { background-color: rgb(71,33,60); }

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

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

 span { border-color: rgb(71,33,60); }

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