#47213D

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

Shades of Voodoo #47213D

Tints of Voodoo #47213D

Color information

#47213D (or 0x47213D) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 3D. RGB value is (71,33,61). Sum of RGB (Red+Green+Blue) = 71+33+61=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213D is #B8DEC2. Grayscale: #2F2F2F. Windows color (decimal): -12115651 or 4006215. OLE color: 4006215.

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

Color convert

RGB713361-
CMYK00.540.140.72
HSL315.79º36.54%20.39%-
HSV(B)315.79º53.52%27.84%-
XYZ3.982.764.74-
YUV47.55135.59144.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=43.03%
G=20%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71336100.540.140.72315.7936.5420.39
Hex47213D036E4813c2514
Octal1074175066161104744524
Binary100011110000111110101101101110100100010011110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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