#47213E

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

Shades of Voodoo #47213E

Tints of Voodoo #47213E

Color information

#47213E (or 0x47213E) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 3E. RGB value is (71,33,62). Sum of RGB (Red+Green+Blue) = 71+33+62=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213E is #B8DEC1. Grayscale: #2F2F2F. Windows color (decimal): -12115650 or 4071751. OLE color: 4071751.

HSL color Cylindrical-coordinate representation of color #47213E: hue angle of 314.21º 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 #47213E is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB713362-
CMYK00.540.130.72
HSL314.21º36.54%20.39%-
HSV(B)314.21º53.52%27.84%-
XYZ4.012.784.88-
YUV47.67136.09144.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=42.77%
G=19.88%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71336200.540.130.72314.2136.5420.39
Hex47213E036D4813a2514
Octal1074176066151104724524
Binary100011110000111111001101101101100100010011101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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