#47203C

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

Shades of Voodoo #47203C

Tints of Voodoo #47203C

Color information

#47203C (or 0x47203C) is unknown color: approx Voodoo. HEX triplet: 47, 20 and 3C. RGB value is (71,32,60). Sum of RGB (Red+Green+Blue) = 71+32+60=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47203C is #B8DFC3. Grayscale: #2E2E2E. Windows color (decimal): -12115908 or 3940423. OLE color: 3940423.

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

Color convert

RGB713260-
CMYK00.550.150.72
HSL316.92º37.86%20.2%-
HSV(B)316.92º54.93%27.84%-
XYZ3.932.74.59-
YUV46.85135.42145.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=43.56%
G=19.63%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71326000.550.150.72316.9237.8620.2
Hex47203C037F4813d2614
Octal1074074067171104754624
Binary100011110000011110001101111111100100010011110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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