#47203E

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

Shades of Voodoo #47203E

Tints of Voodoo #47203E

Color information

#47203E (or 0x47203E) is unknown color: approx Voodoo. HEX triplet: 47, 20 and 3E. RGB value is (71,32,62). Sum of RGB (Red+Green+Blue) = 71+32+62=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47203E is #B8DFC1. Grayscale: #2F2F2F. Windows color (decimal): -12115906 or 4071495. OLE color: 4071495.

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

Color convert

RGB713262-
CMYK00.550.130.72
HSL313.85º37.86%20.2%-
HSV(B)313.85º54.93%27.84%-
XYZ3.982.724.87-
YUV47.08136.42145.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=43.03%
G=19.39%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71326200.550.130.72313.8537.8620.2
Hex47203E037D4813a2614
Octal1074076067151104724624
Binary100011110000011111001101111101100100010011101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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